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

Method HttpHeader

lib/AsyncHttpClient/src/HttpHeader.h:67–71  ·  view source on GitHub ↗

* Constructs a empty header. */

Source from the content-addressed store, hash-verified

65 * Constructs a empty header.
66 */
67 HttpHeader() :
68 m_name(),
69 m_value()
70 {
71 }
72
73 /**
74 * Constructs header, based on the given values.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected