Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.