MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / connect

Method connect

src/dpp/http_server_request.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void http_server_request::connect()
57{
58 state = HTTPS_HEADERS;
59 read_loop();
60}
61
62const std::string http_server_request::get_header(const std::string& header_name) const {
63 auto hdrs = request_headers.find(lowercase(header_name));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected