mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Add chunked transfer decoding to redbean
This commit is contained in:
parent
8d5f60a9cd
commit
58fb2fb3d3
13 changed files with 693 additions and 292 deletions
|
@ -81,7 +81,6 @@ TE, kHttpTe
|
|||
Trailer, kHttpTrailer
|
||||
Transfer-Encoding, kHttpTransferEncoding
|
||||
Upgrade, kHttpUpgrade
|
||||
Uri, kHttpUri
|
||||
Warning, kHttpWarning
|
||||
WWW-Authenticate, kHttpWwwAuthenticate
|
||||
Via, kHttpVia
|
||||
|
@ -93,3 +92,9 @@ Referrer-Policy, kHttpReferrerPolicy
|
|||
X-XSS-Protection, kHttpXXssProtection
|
||||
Accept-Ranges, kHttpAcceptRanges
|
||||
Set-Cookie, kHttpSetCookie
|
||||
Sec-CH-UA, kHttpSecChUa
|
||||
Sec-CH-UA-Mobile, kHttpSecChUaMobile
|
||||
Sec-Fetch-Site, kHttpSecFetchSite
|
||||
Sec-Fetch-Mode, kHttpSecFetchMode
|
||||
Sec-Fetch-User, kHttpSecFetchUser
|
||||
Sec-Fetch-Dest, kHttpSecFetchDest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue