mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Merge HTTP request / response parsing code
This change also fixes a bug so that DNS lookups work correctly when the first answer is a CNAME record.
This commit is contained in:
parent
5a6c0f27c3
commit
a68cc690ff
20 changed files with 561 additions and 616 deletions
|
@ -85,3 +85,11 @@ Uri, kHttpUri
|
|||
Warning, kHttpWarning
|
||||
WWW-Authenticate, kHttpWwwAuthenticate
|
||||
Via, kHttpVia
|
||||
Strict-Transport-Security, kHttpStrictTransportSecurity
|
||||
X-Frame-Options, kHttpXFrameOptions
|
||||
X-Content-Type-Options, kHttpXContentTypeOptions
|
||||
Alt-Svc, kHttpAltSvc
|
||||
Referrer-Policy, kHttpReferrerPolicy
|
||||
X-XSS-Protection, kHttpXXssProtection
|
||||
Accept-Ranges, kHttpAcceptRanges
|
||||
Set-Cookie, kHttpSetCookie
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue