![]() |
Home | Libraries | People | FAQ | More |
Called once after the complete HTTP header is received.
void on_header_impl( error_code& ec);
This virtual function is invoked once, after the complete HTTP header is received while parsing a message.
Name |
Description |
---|---|
|
An output parameter which the function may set to indicate an error. The error will be clear before this function is invoked. |