llhttp icon indicating copy to clipboard operation
llhttp copied to clipboard

Support parsing chunk-extension for Transfer-Encoding: chunked

Open NeoProg2013 opened this issue 3 years ago • 1 comments

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

NeoProg2013 avatar Apr 15 '22 10:04 NeoProg2013

RFC: https://datatracker.ietf.org/doc/html/rfc2616#section-3.6.1 for this request

NeoProg2013 avatar Apr 15 '22 10:04 NeoProg2013