std::string getHeader(std::string
const&name);
28 voidsetHeader(std::string
const&name, std::string
const&value);
30std::string getRequestString();
31std::string getMethod();
33IPAddress getClientIP();
35 size_treadChars(
char* buffer,
size_tlength);
36 size_treadBytes(byte * buffer,
size_tlength);
37 size_tgetContentLength();
38 boolrequestComplete();
42std::string getBasicAuthUser();
43std::string getBasicAuthPassword();
48std::string decodeBasicAuthToken();
60std::string _requestString;
62 bool_contentLengthSet;
63 size_t_remainingContent;
Represents the request stream for an HTTP request.
Definition: HTTPRequest.hpp:22
Base class for a URL/route-handler in the server.
Definition: HTTPNode.hpp:26
void discardRequestBody()
Definition: HTTPRequest.cpp:116
The ResourceParameters provide access to the parameters passed in the URI.
Definition: ResourceParameters.hpp:31
Definition: WebsocketHandler.hpp:34
Internal class to handle the state of a connection.
Definition: ConnectionContext.hpp:18
Definition: ConnectionContext.cpp:3
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4