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

Method HttpResponse

lib/AsyncHttpClient/src/HttpResponse.h:72–81  ·  view source on GitHub ↗

* Construct a empty response. */

Source from the content-addressed store, hash-verified

70 * Construct a empty response.
71 */
72 HttpResponse() :
73 m_httpVersion(),
74 m_statusCode(0U),
75 m_reasonPhrase(),
76 m_headers(),
77 m_payload(nullptr),
78 m_size(0U),
79 m_wrIndex(0U)
80 {
81 }
82
83 /**
84 * Destroys the response.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected