|
LeftHookRoll
An HTTP/1.0 compliant web server, as specified by RFC1945
|
Implementation of the Request class HTTP parser state machine. More...
#include "../includes/Request.hpp"#include <sstream>#include <arpa/inet.h>#include <sys/socket.h>Go to the source code of this file.
Namespaces | |
| namespace | req_utils |
Functions | |
| std::string | req_utils::trim (const std::string &s) |
| std::string | req_utils::ipv4ToString (const struct ::sockaddr_in &addr) |
Implementation of the Request class HTTP parser state machine.
Definition in file Request.cpp.