1 #ifndef SRC_HTTPSCALLBACKFUNCTION_HPP_ 2 #define SRC_HTTPSCALLBACKFUNCTION_HPP_ 4 #include "HTTPRequest.hpp" 5 #include "HTTPResponse.hpp" Represents the request stream for an HTTP request.
Definition: HTTPRequest.hpp:22
Represents the response stream of an HTTP request.
Definition: HTTPResponse.hpp:25
void() HTTPSCallbackFunction(HTTPRequest *req, HTTPResponse *res)
A callback function that will be called by the server to handle a request.
Definition: HTTPSCallbackFunction.hpp:11
Definition: ConnectionContext.cpp:3