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

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

Go to the source code of this file.

Classes

class  DotNetDupe::System::Net::Http::HttpResponseMessage
 Represents an HTTP response message received from an HTTP request. More...

Namespaces

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

Typedefs

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

Detailed Description

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

Definition in file HttpResponseMessage.h.