mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-23 03:23:03 +00:00
added HTTP response header field names
This commit is contained in:
parent
9fe0f14c61
commit
e27018308a
1 changed files with 43 additions and 0 deletions
|
@ -0,0 +1,43 @@
|
|||
Access-Control-Allow-Origin
|
||||
Accept-Ranges
|
||||
Age
|
||||
Allow
|
||||
Cache-Control
|
||||
Connection
|
||||
Content-Encoding
|
||||
Content-Language
|
||||
Content-Length
|
||||
Content-Location
|
||||
Content-MD5
|
||||
Content-Disposition
|
||||
Content-Range
|
||||
Content-Type
|
||||
Date
|
||||
ETag
|
||||
Expires
|
||||
Last-Modified
|
||||
Link
|
||||
Location
|
||||
P3P
|
||||
Pragma
|
||||
Proxy-Authenticate
|
||||
Refresh
|
||||
Retry-After
|
||||
Server
|
||||
Set-Cookie
|
||||
Status
|
||||
Strict-Transport-Security
|
||||
Trailer
|
||||
Transfer-Encoding
|
||||
Upgrade
|
||||
Vary
|
||||
Via
|
||||
Warning
|
||||
WWW-Authenticate
|
||||
X-Frame-Options
|
||||
Public-Key-Pins
|
||||
X-XSS-Protection
|
||||
Content-Security-Policy, X-Content-Security-Policy, X-WebKit-CSP
|
||||
X-Content-Type-Options
|
||||
X-Powered-By
|
||||
X-UA-Compatible
|
Loading…
Reference in a new issue