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

Method get_path

src/dpp/http_server_request.cpp:238–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238std::string http_server_request::get_path() const {
239 return this->path;
240}
241
242http_state http_server_request::get_state() const {
243 return this->state;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected