目录搜索
GuidesAccess control CORSAuthenticationBrowser detection using the user agentCachingCaching FAQCompressionConditional requestsConnection management in HTTP 1.xContent negotiationContent negotiation: List of default Accept valuesCookiesCSPMessagesOverviewProtocol upgrade mechanismProxy servers and tunnelingProxy servers and tunneling: Proxy Auto-Configuration (PAC) filePublic Key PinningRange requestsRedirectionsResources and specificationsResources and URIsResponse codesServer-Side Access ControlSessionGuides: BasicsBasics of HTTPChoosing between www and non-www URLsData URIsEvolution of HTTPIdentifying resources on the WebMIME TypesMIME types: Complete list of MIME typesCSPContent-Security-PolicyContent-Security-Policy-Report-OnlyCSP: base-uriCSP: block-all-mixed-contentCSP: child-srcCSP: connect-srcCSP: default-srcCSP: font-srcCSP: form-actionCSP: frame-ancestorsCSP: frame-srcCSP: img-srcCSP: manifest-srcCSP: media-srcCSP: object-srcCSP: plugin-typesCSP: referrerCSP: report-uriCSP: require-sri-forCSP: sandboxCSP: script-srcCSP: style-srcCSP: upgrade-insecure-requestsCSP: worker-srcHeadersAcceptAccept-CharsetAccept-EncodingAccept-LanguageAccept-RangesAccess-Control-Allow-CredentialsAccess-Control-Allow-HeadersAccess-Control-Allow-MethodsAccess-Control-Allow-OriginAccess-Control-Expose-HeadersAccess-Control-Max-AgeAccess-Control-Request-HeadersAccess-Control-Request-MethodAgeAllowAuthorizationCache-ControlConnectionContent-DispositionContent-EncodingContent-LanguageContent-LengthContent-LocationContent-RangeContent-TypeCookieCookie2DateDNTETagExpectExpiresForwardedFromHeadersHostIf-MatchIf-Modified-SinceIf-None-MatchIf-RangeIf-Unmodified-SinceKeep-AliveLarge-AllocationLast-ModifiedLocationOriginPragmaProxy-AuthenticateProxy-AuthorizationPublic-Key-PinsPublic-Key-Pins-Report-OnlyRangeRefererReferrer-PolicyRetry-AfterServerSet-CookieSet-Cookie2SourceMapStrict-Transport-SecurityTETkTrailerTransfer-EncodingUpgrade-Insecure-RequestsUser-AgentUser-Agent: FirefoxVaryViaWarningWWW-AuthenticateX-Content-Type-OptionsX-DNS-Prefetch-ControlX-Forwarded-ForX-Forwarded-HostX-Forwarded-ProtoX-Frame-OptionsX-XSS-ProtectionMethodsCONNECTDELETEGETHEADMethodsOPTIONSPATCHPOSTPUTStatus100 Continue101 Switching Protocols200 OK201 Created202 Accepted203 Non-Authoritative Information204 No Content205 Reset Content206 Partial Content300 Multiple Choices301 Moved Permanently302 Found303 See Other304 Not Modified307 Temporary Redirect308 Permanent Redirect400 Bad Request401 Unauthorized403 Forbidden404 Not Found405 Method Not Allowed406 Not Acceptable407 Proxy Authentication Required408 Request Timeout409 Conflict410 Gone411 Length Required412 Precondition Failed413 Payload Too Large414 URI Too Long415 Unsupported Media Type416 Range Not Satisfiable417 Expectation Failed426 Upgrade Required428 Precondition Required429 Too Many Requests431 Request Header Fields Too Large451 Unavailable For Legal Reasons500 Internal Server Error501 Not Implemented502 Bad Gateway503 Service Unavailable504 Gateway Timeout505 HTTP Version Not Supported511 Network Authentication RequiredStatus
文字

HTTP 是一个非常可扩展的协议。它依赖于一些基本概念,如资源和 URI 的概念,简单的消息结构以及用于通信流的客户端 - 服务器结构。在这些基础概念的基础上,多年来出现了许多扩展,通过创建新的 HTTP 方法或头来增加新的功能和新的语义。

文章

HTTP概述描述HTTP是什么以及它在Web体系结构中的角色,以及它在协议栈中的位置。HTTPHTTP的演变创建于20世纪90年代初,并且已经延长了几次。本文详细介绍了它的历史,并介绍了HTTP / 0.9,HTTP / 1.0,HTTP / 1.1和现代HTTP / 2以及多年来引入的小新奇。协商HTTP版本解释客户端和服务器如何协商特定的HTTP版本,并最终升级使用的协议版本。资源和URI简要介绍Web上资源,标识符和位置的概念。在Web上标识资源描述如何参考Web资源以及如何定位它们。数据URIs直接嵌入其表示的资源的特定种类的URI。数据URI非常方便,但有一些注意事项。分离资源的标识和位置:Alt-Svc HTTP标头大部分时间标识和Web资源的位置是共享的,这可以通过Alt-Svc标头进行更改.MIME typesSince HTTP / 1.0,可以传输不同类型的内容。这篇文章解释了如何使用Content-Type标题和MIME标准。在www和非www的URLsAdvice之间选择使用www前缀域还是不使用,本文解释了选择的结果以及如何制作它。HTTP会话的流程这篇基础文章描述了一个典型的HTTP会话:当您点击浏览器中的链接时会发生什么...... HTTP MessagesHTTP请求或响应期间传输的消息具有非常清晰的结构; 这篇介绍性文章描述了这个结构,它的目的和可能性。HTTP / 2HTTP / 2中的帧和消息结构封装并表示二进制帧中的HTTP / 1.x消息。本文解释了帧结构,目的以及编码方式。HTTP / 1.xHTTP / 1.1中的连接管理是支持持久连接和流水线的HTTP的第一个版本。Accept-作为浏览器公布其更喜欢的格式,语言或编码的一种方式。本文解释了这种广告是如何发生的,服务器如何作出反应以及如何选择最适当的响应。

上一篇:下一篇: