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

Enum CmdId

lib/AsyncHttpClient/src/AsyncHttpClient.h:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 * Command ids are used to identify what the user requests.
239 */
240 enum CmdId
241 {
242 CMD_ID_GET = 0, /**< GET request */
243 CMD_ID_POST /**< POST request */
244 };
245
246 /**
247 * A command is a combination of request and its corresponding data.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected