|
WebSocket++ 0.8.3-dev
C++ websocket client/server library
|
HTTP parser errors. More...
Classes | |
| class | category |
| HTTP parser error category. More... | |
Enumerations | |
| enum | value { general = 1 , invalid_format , invalid_header_name , body_too_large , unsupported_transfer_encoding , unknown_transfer_encoding , missing_header_separator , request_header_fields_too_large , incomplete_request , incomplete_status_line , istream_bad , istream_overread } |
Functions | |
| status_code::value | get_status_code (error::value value) |
| Get the HTTP status code associated with the error. | |
| lib::error_category const & | get_category () |
| Get a reference to a static copy of the asio transport error category. | |
| lib::error_code | make_error_code (error::value e) |
| Create an error code with the given value and the asio transport category. | |
HTTP parser errors.
Definition at line 326 of file constants.hpp.
|
inline |
Get a reference to a static copy of the asio transport error category.
Definition at line 438 of file constants.hpp.
|
inline |
Get the HTTP status code associated with the error.
Definition at line 367 of file constants.hpp.
|
inline |
Create an error code with the given value and the asio transport category.
Definition at line 444 of file constants.hpp.