MCPcopy Create free account
hub / github.com/davisking/dlib / http_parse_error

Class http_parse_error

dlib/server/server_http.h:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30// ----------------------------------------------------------------------------------------
31
32 class http_parse_error : public error
33 {
34 public:
35 http_parse_error(const std::string& str, int http_error_code_):
36 error(str),http_error_code(http_error_code_) {}
37
38 const int http_error_code;
39 };
40
41// ----------------------------------------------------------------------------------------
42

Callers 2

read_with_limitFunction · 0.70
parse_http_requestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected