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

Enum ChunkBodyPart

lib/AsyncHttpClient/src/AsyncHttpClient.h:333–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 * Chunk body parts
332 */
333 enum ChunkBodyPart
334 {
335 CHUNK_SIZE = 0, /**< Chunk or last chunk size */
336 CHUNK_DATA, /**< Chunk data */
337 CHUNK_DATA_END, /**< Chunk data end */
338 TRAILER /**< Trailer */
339 };
340
341 /**
342 * Data allocator type.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected