|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Represents an HTTP response message adhering to RFC 9110 and RFC 9112. More...
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/SmartPointer.h"#include "System/Net/HttpStatusCode.h"#include "System/Net/Http/HttpContent.h"#include "System/Collections/Generic/Dictionary.h"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. | |
Represents an HTTP response message adhering to RFC 9110 and RFC 9112.
Definition in file HttpResponseMessage.h.