Skip to content

Support for chunked transfer encoding #13

@rlux

Description

@rlux

Currently in a HttpMessage, binary data can only be transferred as multipart, which uses base64 encoding (requiring extra runtime).

http://en.wikipedia.org/wiki/Chunked_transfer_encoding

With chunked transfer encoding binary data can be transported directly in chunks, even when the final size of the data is not yet known. The connection can stay open, and several chunks of data can be sent indefinitely until a chunk with size 0 indicated the end of the stream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions