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

Method WorkerRequest

lib/HttpService/src/HttpServiceTypes.h:99–107  ·  view source on GitHub ↗

* Constructs the HTTP request. */

Source from the content-addressed store, hash-verified

97 * Constructs the HTTP request.
98 */
99 WorkerRequest() :
100 jobId(INVALID_HTTP_JOB_ID),
101 url(),
102 method(HTTP_METHOD_GET),
103 payload(nullptr),
104 size(0U),
105 handler(nullptr)
106 {
107 }
108
109 /**
110 * Copy constructor.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected