Web framework C++
2.0.0
Simple web framework on c++ designed to easily create web pages, etc
|
This is the complete list of members for Request, including all inherited members.
getHeaders() | Request | |
getMessageBody() | Request | |
getMethod() | Request | |
getRawData() | Request | |
getURI() | Request | |
getVersion() | Request | |
Request() | Request | |
Request(HTTP::Method method, std::string &URI, HTTP::Version version, std::string &headers, std::string &body, std::string raw) | Request | |
~Request() | Request |