非常教程

HTTP参考手册

超文本传输协议( HTTP,HyperText Transfer Protocol ) 是互联网上应用最为广泛的一种网络协议。所有的 WWW 文件都必须遵守这个标准。

指南 | Guides
Access control CORS 详细
Authentication 详细
Browser detection using the user agent 详细
Caching 详细
Caching FAQ 详细
Compression 详细
Conditional requests 详细
Connection management in HTTP 1.x 详细
Content negotiation 详细
Content negotiation: List of default Accept values 详细
Cookies 详细
CSP 详细
Messages 详细
Overview 详细
Protocol upgrade mechanism 详细
Proxy servers and tunneling 详细
Proxy servers and tunneling: Proxy Auto-Configuration (PAC) file 详细
Public Key Pinning 详细
Range requests 详细
Redirections 详细
Resources and specifications 详细
Resources and URIs 详细
Response codes 详细
Server-Side Access Control 详细
Session 详细
指南:基础 | Guides: Basics
Basics of HTTP 详细
Choosing between www and non-www URLs 详细
Data URIs 详细
Evolution of HTTP 详细
Identifying resources on the Web 详细
MIME Types 详细
MIME types: Complete list of MIME types 详细
CSP
Content-Security-Policy 详细
Content-Security-Policy-Report-Only 详细
CSP: base-uri 详细
CSP: block-all-mixed-content 详细
CSP: child-src 详细
CSP: connect-src 详细
CSP: default-src 详细
CSP: font-src 详细
CSP: form-action 详细
CSP: frame-ancestors 详细
CSP: frame-src 详细
CSP: img-src 详细
CSP: manifest-src 详细
CSP: media-src 详细
CSP: object-src 详细
CSP: plugin-types 详细
CSP: referrer 详细
CSP: report-uri 详细
CSP: require-sri-for 详细
CSP: sandbox 详细
CSP: script-src 详细
CSP: style-src 详细
CSP: upgrade-insecure-requests 详细
CSP: worker-src 详细
标题 | Headers
Accept 详细
Accept-Charset 详细
Accept-Encoding 详细
Accept-Language 详细
Accept-Ranges 详细
Access-Control-Allow-Credentials 详细
Access-Control-Allow-Headers 详细
Access-Control-Allow-Methods 详细
Access-Control-Allow-Origin 详细
Access-Control-Expose-Headers 详细
Access-Control-Max-Age 详细
Access-Control-Request-Headers 详细
Access-Control-Request-Method 详细
Age 详细
Allow 详细
Authorization 详细
Cache-Control 详细
Connection 详细
Content-Disposition 详细
Content-Encoding 详细
Content-Language 详细
Content-Length 详细
Content-Location 详细
Content-Range 详细
Content-Type 详细
Cookie 详细
Cookie2 详细
Date 详细
DNT 详细
ETag 详细
Expect 详细
Expires 详细
Forwarded 详细
From 详细
Headers 详细
Host 详细
If-Match 详细
If-Modified-Since 详细
If-None-Match 详细
If-Range 详细
If-Unmodified-Since 详细
Keep-Alive 详细
Large-Allocation 详细
Last-Modified 详细
Location 详细
Origin 详细
Pragma 详细
Proxy-Authenticate 详细
Proxy-Authorization 详细
Public-Key-Pins 详细
Public-Key-Pins-Report-Only 详细
Range 详细
Referer 详细
Referrer-Policy 详细
Retry-After 详细
Server 详细
Set-Cookie 详细
Set-Cookie2 详细
SourceMap 详细
Strict-Transport-Security 详细
TE 详细
Tk 详细
Trailer 详细
Transfer-Encoding 详细
Upgrade-Insecure-Requests 详细
User-Agent 详细
User-Agent: Firefox 详细
Vary 详细
Via 详细
Warning 详细
WWW-Authenticate 详细
X-Content-Type-Options 详细
X-DNS-Prefetch-Control 详细
X-Forwarded-For 详细
X-Forwarded-Host 详细
X-Forwarded-Proto 详细
X-Frame-Options 详细
X-XSS-Protection 详细
方法 | Methods
CONNECT 详细
DELETE 详细
GET 详细
HEAD 详细
Methods 详细
OPTIONS 详细
PATCH 详细
POST 详细
PUT 详细
RFC 2616: HTTP/1.1
RFC 2616: HTTP/1.1 详细
RFC 4918: WebDAV
RFC 4918: WebDAV 详细
RFC 5023: The Atom Publishing Protocol
RFC 5023: The Atom Publishing Protocol 详细
RFC 7230: Message Syntax and Routing
RFC 7230: Message Syntax and Routing 详细
RFC 7231: Semantics and Content
RFC 7231: Semantics and Content 详细
RFC 7232: Conditional Requests
RFC 7232: Conditional Requests 详细
RFC 7233: Range Requests
RFC 7233: Range Requests 详细
RFC 7234: Caching
RFC 7234: Caching 详细
RFC 7235: Authentication
RFC 7235: Authentication 详细
状态 | Status
100 Continue 详细
101 Switching Protocols 详细
200 OK 详细
201 Created 详细
202 Accepted 详细
203 Non-Authoritative Information 详细
204 No Content 详细
205 Reset Content 详细
206 Partial Content 详细
300 Multiple Choices 详细
301 Moved Permanently 详细
302 Found 详细
303 See Other 详细
304 Not Modified 详细
307 Temporary Redirect 详细
308 Permanent Redirect 详细
400 Bad Request 详细
401 Unauthorized 详细
403 Forbidden 详细
404 Not Found 详细
405 Method Not Allowed 详细
406 Not Acceptable 详细
407 Proxy Authentication Required 详细
408 Request Timeout 详细
409 Conflict 详细
410 Gone 详细
411 Length Required 详细
412 Precondition Failed 详细
413 Payload Too Large 详细
414 URI Too Long 详细
415 Unsupported Media Type 详细
416 Range Not Satisfiable 详细
417 Expectation Failed 详细
426 Upgrade Required 详细
428 Precondition Required 详细
429 Too Many Requests 详细
431 Request Header Fields Too Large 详细
451 Unavailable For Legal Reasons 详细
500 Internal Server Error 详细
501 Not Implemented 详细
502 Bad Gateway 详细
503 Service Unavailable 详细
504 Gateway Timeout 详细
505 HTTP Version Not Supported 详细
511 Network Authentication Required 详细
Status 详细
HTTP 请求方法
HTTP状态码
HTTP 响应头信息
HTTP 教程