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

Method available

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

Inherited from Stream

Source from the content-addressed store, hash-verified

365 virtual size_t write(const uint8_t *aBuffer, size_t aSize) { if (iState < eRequestSent) { finishHeaders(); }; return iClient->write(aBuffer, aSize); };
366 // Inherited from Stream
367 virtual int available() { return iClient->available(); };
368 /** Read the next byte from the server.
369 @return Byte read or -1 if there are no bytes available.
370 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected