Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 478 Bytes

HTTP-Headers-for-REST-API.md

File metadata and controls

35 lines (32 loc) · 478 Bytes

Supported HTTP Headers

General

  • Content-Encoding
  • Content-Disposition
  • Content-Length
  • Content-MD5
  • Content-Range
  • Content-Type

Request

  • Accept
  • Accept-Encoding
  • Accept-Ranges
  • Authorization
  • If-Match
  • If-Modified-Since
  • If-None-Match
  • If-Range
  • If-Unmodified-Since
  • Range

Response

  • Accept-Patch
  • Allow
  • Date
  • ETag
  • Expires
  • Last-Modified
  • Location
  • WWW-Authenticate
  • X-Rate-Limit-Limit
  • X-Rate-Limit-Remaining
  • X-Rate-Limit-Reset