|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
HTTP request, response, and context abstractions for WebAppCore processing pipelines. More...
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/SmartPointer.h"#include "System/Collections/Generic/Dictionary.h"#include "System/Net/Sockets/NetworkStream.h"#include "System/Net/HttpStatusCode.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::WebAppCore::Http::HttpContext |
| Encapsulates all HTTP-specific information about an individual HTTP request and response pair. More... | |
| class | DotNetDupe::WebAppCore::Http::HttpRequest |
| Encapsulates an incoming HTTP request within the WebAppCore pipeline. More... | |
| class | DotNetDupe::WebAppCore::Http::HttpResponse |
| Encapsulates an outgoing HTTP response within the WebAppCore pipeline. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::WebAppCore |
| namespace | DotNetDupe::WebAppCore::Http |
HTTP request, response, and context abstractions for WebAppCore processing pipelines.
Definition in file HttpContext.h.