MCPcopy Create free account
hub / github.com/amcewen/HttpClient / httpResponseTimeout

Method httpResponseTimeout

HttpClient.h:382–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380 virtual uint8_t connected() { return iClient->connected(); };
381 virtual operator bool() { return bool(iClient); };
382 virtual uint32_t httpResponseTimeout() { return iHttpResponseTimeout; };
383 virtual void setHttpResponseTimeout(uint32_t timeout) { iHttpResponseTimeout = timeout; };
384protected:
385 /** Reset internal state data back to the "just initialised" state

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected