DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
Http Directory Reference

Files

 
FileDownloader.h
 Resumable, multi-threaded HTTP file downloader with progress tracking and event notifications.
 
HttpClient.h
 Provides a base class for sending HTTP requests and receiving HTTP responses mirroring .NET HttpClient.
 
HttpContent.h
 Represents an HTTP entity body and associated content headers.
 
HttpMethod.h
 Represents standard HTTP method verbs defined in RFC 9110 and RFC 5789.
 
HttpRequestException.h
 Exception thrown when an HTTP request or connection failure occurs.
 
HttpRequestMessage.h
 Represents an HTTP request message adhering to RFC 9110 and RFC 9112.
 
HttpResponseMessage.h
 Represents an HTTP response message adhering to RFC 9110 and RFC 9112.
 
RestClient.h
 Strongly typed REST client template with automatic JSON serialization and deserialization.