Skip to content
This repository was archived by the owner on Sep 10, 2019. It is now read-only.

Implement defined headers #15

Open
46 tasks
sleepdeprecation opened this issue Sep 12, 2013 · 0 comments
Open
46 tasks

Implement defined headers #15

sleepdeprecation opened this issue Sep 12, 2013 · 0 comments

Comments

@sleepdeprecation
Copy link
Owner

Basically everything listed on http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14

  • Accept
  • Accpet-Charset
  • Accept-Encoding
  • Accept-Language
  • Accept-Ranges
  • Age
  • Allow
  • Authorization
  • Cache-Control (see also caching - Make HTTP Caching more explicit #7 )
  • Connection
  • Content-Encoding
  • Content-Language
  • Content-Length (already supported, in our own way)
  • Content-Location
  • Content-MD5
  • Content-Range
  • Content-Type (supported for sending, not really dealt with on incoming data)
  • Date
  • ETag
  • Expect
  • Expires
  • From
  • Host
  • If-Match
  • If-Modified-Since
  • If-None-Match
  • If-Range
  • If-Unmodified-Since
  • Last-Modified
  • Location (see also Implement 3xx Statuses #14 )
  • Max-Forwards
  • Pragma
  • Proxy-Authenticate
  • Proxy-Authorization
  • Referer
  • Retry-After
  • Server (kinda explicitly supported)
  • TE
  • Trailer
  • Transfer-Encoding
  • Upgrade
  • User-Agent
  • Vary
  • Via
  • Warning
  • WWW-Authenticate
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant