LeftHookRoll
An HTTP/1.0 compliant web server, as specified by RFC1945
Loading...
Searching...
No Matches
Request.cpp File Reference

Implementation of the Request class HTTP parser state machine. More...

#include "../includes/Request.hpp"
#include <sstream>
#include <arpa/inet.h>
#include <sys/socket.h>
Include dependency graph for Request.cpp:

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)
 

Detailed Description

Implementation of the Request class HTTP parser state machine.

Definition in file Request.cpp.