MCPcopy Create free account
hub / github.com/chronoxor/CppServer / HTTPRequest

Method HTTPRequest

include/server/http/http_request.h:37–37  ·  view source on GitHub ↗

Initialize an empty HTTP request

Source from the content-addressed store, hash-verified

35public:
36 //! Initialize an empty HTTP request
37 HTTPRequest() { Clear(); }
38 //! Initialize a new HTTP request with a given method, URL and protocol
39 /*!
40 \param method - HTTP method

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected