Skip to content

A Class Library which Contains services for sending Http Requests fast and effortlessly

Notifications You must be signed in to change notification settings

Nikoo-Asadnejad/HttpService

Repository files navigation

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.