https://github.com/byndyusoft/byndyusoft.net.http
This package adds some extensions to System.Net.Http
https://github.com/byndyusoft/byndyusoft.net.http
byndyusoft http net
Last synced: about 2 months ago
JSON representation
This package adds some extensions to System.Net.Http
- Host: GitHub
- URL: https://github.com/byndyusoft/byndyusoft.net.http
- Owner: Byndyusoft
- License: mit
- Created: 2020-12-13T15:12:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T12:06:51.000Z (over 1 year ago)
- Last Synced: 2024-12-30T22:18:31.967Z (over 1 year ago)
- Topics: byndyusoft, http, net
- Language: C#
- Homepage: https://en.byndyusoft.com
- Size: 78.1 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](LICENSE.txt)
[](https://www.nuget.org/packages/Byndyusoft.Net.Http/) [](https://www.nuget.org/packages/Byndyusoft.Net.Http/)
## Installing
```shell
dotnet add package Byndyusoft.Net.Http
```
# Contributing
To contribute, you will need to setup your local environment, see [prerequisites](#prerequisites). For the contribution and workflow guide, see [package development lifecycle](#package-development-lifecycle).
A detailed overview on how to contribute can be found in the [contributing guide](CONTRIBUTING.md).
## Prerequisites
Make sure you have installed all of the following prerequisites on your development machine:
- Git - [Download & Install Git](https://git-scm.com/downloads). OSX and Linux machines typically have this already installed.
- .NET Core (version 3.1 or higher) - [Download & Install .NET Core](https://dotnet.microsoft.com/download/dotnet/3.1).
## General folders layout
### src
- source code
### tests
- unit-tests
## Package development lifecycle
- Implement package logic in `src`
- Add or addapt unit-tests (prefer before and simultaneously with coding) in `tests`
- Add or change the documentation as needed
- Open pull request in the correct branch. Target the project's `master` branch
# Maintainers
[github.maintain@byndyusoft.com](mailto:github.maintain@byndyusoft.com)