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

Method get_status

src/dpp/http_server_request.cpp:246–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246uint16_t http_server_request::get_status() const {
247 return this->status;
248}
249
250void http_server_request::one_second_timer() {
251 if (!tcp_connect_done && time(nullptr) >= timeout) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected