Skip to content

Support parsing chunk-extension for Transfer-Encoding: chunked #153

@NeoProg2013

Description

@NeoProg2013

Request for example:

PUT <url> HTTP/1.1
Host: <ip:port>
Transfer-Encoding: chunked
10;ext1=value1;ext2=value2
...

Need callback for full extension ext1=value1;ext2=value2 or each extention value. May be implement it as for simple HTTP headers -- callback for header-name and callback for header-value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions