Webserv
|
Handles the execution of CGI scripts. More...
#include <Handler.hpp>
Private Member Functions | |
HttpResponse | handle (HttpRequest const &, config::ServerBlock const *s=NULL, config::LocationBlock const *l=NULL) const |
The primary handler logic entry point. |
Additional Inherited Members | |
Public Member Functions inherited from http::IHandler | |
virtual | ~IHandler () |
HttpResponse | handle (HttpRequest const &h, RouterResult const &r) const |
Convenience overload to handle a request using a RouterResult. |
Handles the execution of CGI scripts.
|
privatevirtual |
The primary handler logic entry point.
request | The client's HTTP request. |
server | The matched server configuration context. |
location | The matched location configuration context. |
Implements http::IHandler.