Shortest valid request line, used by libevent in evhttp_parse_request_line()

Synopsis

Declared in <httpserver.h>

inline constexpr size_t MIN_REQUEST_LINE_LENGTH = std::string_view("GET / HTTP/1.0").size();

Created with MrDocs