MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / getStatusCode

Method getStatusCode

lib/AsyncHttpClient/src/HttpResponse.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220uint16_t HttpResponse::getStatusCode() const
221{
222 return m_statusCode;
223}
224
225String HttpResponse::getReasonPhrase() const
226{

Callers 3

onDataMethod · 0.80
initHttpClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected