Incoming message from the perspective of the participants of an HTTP transaction.
More...
#include <HttpConnection.h>
|
|
struct | HttpConnectionsPool |
| |
|
struct | HttpResponse |
| |
|
struct | HttpAsyncServer |
| |
Incoming message from the perspective of the participants of an HTTP transaction.
◆ getBoundary()
Gets the multipart boundary string (if isMultipart() returns true)
◆ getHeader()
Gets the value of a specific header (case-insensitive name matching)
- Parameters
-
| headerName | The name of the header to find |
| value | Output parameter that receives the header value if found |
- Returns
true if the header was found
◆ getParser()
| const HttpParser & SC::HttpRequest::getParser |
( |
| ) |
const |
|
inline |
◆ getURL()
◆ isMultipart()
| bool SC::HttpRequest::isMultipart |
( |
| ) |
const |
|
nodiscard |
Checks if the request is a multipart/form-data request.
◆ reset()
| void SC::HttpRequest::reset |
( |
| ) |
|
Resets this object for it to be re-usable.
The documentation for this struct was generated from the following file: