|
Webserv
|
A data container for an HTTP request, acting as a "request context". More...
#include <Request.hpp>
A data container for an HTTP request, acting as a "request context".
This class encapsulates all components of an incoming HTTP request. It is populated by the RequestParser (a friend class) and then enriched by the Router (also a friend) with configuration details like the matched server and location blocks.