Skip to content

Adding Chunked Data Transfer #15

Open
@fhessel

Description

@fhessel

To allow a connection to be "kept-alive" for big responses, chunked data encoding could be an option. It can be added to the HTTPResponse class as an optional setting that may be activated by a specific handler function to allow sending data in chunks without a specific content length header.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions