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

Represents an HTTP request message adhering to RFC 9110 and RFC 9112. More...

Go to the source code of this file.

Classes

class  DotNetDupe::System::Net::Http::HttpRequestMessage
 Represents an HTTP request message sent by an HttpClient instance. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::Net
namespace  DotNetDupe::System::Net::Http

Typedefs

using DotNetDupe::System::Net::Http::HttpRequestMessagePtr = SmartPointer<HttpRequestMessage>
 Type alias for reference-counted SmartPointer to HttpRequestMessage.

Detailed Description

Represents an HTTP request message adhering to RFC 9110 and RFC 9112.

Definition in file HttpRequestMessage.h.