Webserv
Loading...
Searching...
No Matches
HttpRequest Class Reference

A data container for an HTTP request, acting as a "request context". More...

#include <Request.hpp>

Detailed Description

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.


The documentation for this class was generated from the following file: