Data structure to hold HTTP request.
#include <http_util.h>
Public Member Functions | |
DECLARE_CLASS_PTR (Request) | |
Public Attributes | |
string | body |
request body | |
GetParameter | get_parameter |
Parameter if GET method. | |
Header | header |
header fields | |
Method | method |
HTTP method. | |
string | request_ip |
Request IP. | |
string | request_uri |
Request URI. | |
Version | version |
HTTP version. | |