Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikoo-asadnejad/httpservice
A Class Library which Contains services for sending Http Requests fast and effortlessly
https://github.com/nikoo-asadnejad/httpservice
api-rest csharp csharp-code dotnet dotnet-core dotnet-library dotnet6 dotnetcore http-requests http-service http-services httpclient httpclientfactory rest-api rest-client restful restful-api restfull-api
Last synced: 10 days ago
JSON representation
A Class Library which Contains services for sending Http Requests fast and effortlessly
- Host: GitHub
- URL: https://github.com/nikoo-asadnejad/httpservice
- Owner: Nikoo-Asadnejad
- Created: 2022-05-13T13:32:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T16:27:14.000Z (4 months ago)
- Last Synced: 2024-11-08T12:15:36.696Z (2 months ago)
- Topics: api-rest, csharp, csharp-code, dotnet, dotnet-core, dotnet-library, dotnet6, dotnetcore, http-requests, http-service, http-services, httpclient, httpclientfactory, rest-api, rest-client, restful, restful-api, restfull-api
- Language: C#
- Homepage:
- Size: 667 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HttpService
A C# Class Library that simplifies HTTP request handling using IHttpClientFactory. This library provides generic methods for sending HTTP requests quickly and effortlessly, supporting both JSON and form data requests.
Features
- Simple and Flexible: Send HTTP requests with minimal code.
- Supports JSON and Form Data: Handle requests with different content types (JSON and multipart/form-data).
- Extensible: Easy to extend for new HTTP methods or request types.
- Thread-safe: Leverages IHttpClientFactory for handling multiple HTTP clients in a safe manner.