MADE.Networking
3.0.0
dotnet add package MADE.Networking --version 3.0.0
NuGet\Install-Package MADE.Networking -Version 3.0.0
<PackageReference Include="MADE.Networking" Version="3.0.0" />
<PackageVersion Include="MADE.Networking" Version="3.0.0" />
<PackageReference Include="MADE.Networking" />
paket add MADE.Networking --version 3.0.0
#r "nuget: MADE.Networking, 3.0.0"
#:package MADE.Networking@3.0.0
#addin nuget:?package=MADE.Networking&version=3.0.0
#tool nuget:?package=MADE.Networking&version=3.0.0
MADE.NET Networking
The MADE.NET Networking library comes fully loaded with wrappers for easily executing network requests from applications, handling the responses, as well as providing extensions for common URI scenarios. A perfect companion to any application handling networking.
Features ⭐
- Network Requests - A collection of out-of-the-box network request wrappers including:
- JsonGetNetworkRequest for executing a GET call with a JSON response
- JsonPostNetworkRequest for executing a POST call with a JSON payload and response
- JsonPutNetworkRequest for executing a PUT call with a JSON payload and response
- JsonPatchNetworkRequest for executing a PATCH call with a JSON payload and response
- JsonDeleteNetworkRequest for executing a DELETE call with a JSON response
- StreamGetNetworkRequest for executing a GET call with a
Streamresponse
- NetworkRequestManager - A service that can handle the processing of
NetworkRequestinstances in the background of a running application with callbacks on responses. Useful for when you want a fire-and-forget style networking approach. Discover how to use the NetworkRequestManager in your apps. - HttpResponseMessage{T} - Extending the base
HttpResponseMessagetype to allow deserializing content to a specific type. - HttpResponseMessageExtensions - Providing helper methods for allowing
HttpResponseMessageresponses to be deserialized easily. Find out more about HttpResponseMessage extensions. - UriExtensions - A collection of extensions for manipulating URI values such as getting a specific value from a query. Explore more helpers for URI values.
Getting started
Get the library
You can install the Networking library into your dotnet application by running the following command:
dotnet add package MADE.Networking
Or by adding the MADE.Networking package in your NuGet package manager of choice.
Contributing 🤝🏻
Contributions, issues and feature requests are welcome!
Feel free to check the issues page. You can also take a look at the contributing guide.
We actively encourage you to jump in and help with any issues, and if you find one, don't forget to log it!
Support this project 💗
As many developers know, projects like this are built and maintained in maintainers' spare time. If you find this project useful, please Star or sponsor the repo on GitHub.
License
This project is made available under the terms and conditions of the MIT license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- MADE.Runtime (>= 3.0.0)
- MADE.Threading (>= 3.0.0)
- Microsoft.Extensions.Http (>= 10.0.8)
-
net8.0
- MADE.Runtime (>= 3.0.0)
- MADE.Threading (>= 3.0.0)
- Microsoft.Extensions.Http (>= 8.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.