|
typedef std::function< void(RequestParams
&p, HttpRequest &req, Uri &u) > | Davix::RequestPreRunHook |
| | Hook called before processing any request.
|
| |
typedef std::function< void(HttpRequest
&req, const std::string
&start_line) > | Davix::RequestPreSendHook |
| | Hook called when sending any request, just after sending headers.
|
| |
typedef std::function< void(HttpRequest
&req, const std::string
&init_line, const HeaderVec
&headers, int status_code) > | Davix::RequestPreReceHook |
| | Hook called when receiving any request, just after receiving headers.
|
| |
Hook definitions of davix.
- Author
- Devresse Adrien