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.