`
hideto
  • 浏览: 2678957 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

HTTP1.1 Notes 7, Status Code Definitions

阅读更多
Informational 1xx
This class of status code indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line
-- 100 Continue
The client SHOULD continue with its request
-- 101 Switching Protocols
The server understands and is willing to comply with the client's request, via the Upgrade message header field, for a change in the application protocol being used on this connection

Successful 2xx
This class of status code indicates that the client's request was successfully received, understood, and accepted
-- 200 OK
The request has succeeded
-- 201 Created
The request has been fulfilled and resulted in a new resource being created
-- 202 Accepted
The request has been accepted for processing, but the processing has not been completed
-- 203 Non-Authoritative Information
The returned meta information in the entity-header is not the definitive set as available from the origin server, but is gathered from a local or a third-party copy
-- 204 No Content
The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta information
-- 205 Reset Content
The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent
-- 206 Partial Content
The server has fulfilled the partial GET request for the resource

Redirection 3xx
This class of status code indicates that further action needs to be taken by the user agent in order to fulfill the request
-- 300 Multiple Choices
The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location
-- 301 Moved Permanenty
The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs
-- 302 Found
The requested resource resides temporarily under a different URI
The temporary URI SHOULD be given by the Location field in the response
-- 303 See Other
The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource
-- 304 Not Modified
If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code
-- 305 Use Proxy
The requested resource MUST be accessed through the proxy given by the Location field
-- 306 (Unused)
The 306 status code was used in a previous version of the specification, is no longer used, and the code is reserved
-- 307 Temporary Redirect
The requested resource resides temporarily under a different URI
The temporary URI SHOULD be given by the Location field in the response

Client Error 4xx
The 4xx class of status code is intended for cases in which the client seems to have erred
-- 400 Bad Request
The request could not be understood by the server due to malformed syntax
-- 401 Unauthorized
The request requires user authentication
-- 402 Payment Required
This code is reserved for future use
-- 403 Forbidden
The server understood the request, but is refusing to fulfill it
-- 404 Not Found
The server has not found anything matching the Request-URI
-- 405 Method Not Allowed
The method specified in the Request-Line is not allowed for the resource identified by the Request-URI
-- 406 Not Acceptable
The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request
-- 407 Proxy Authentication Required
This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy
-- 408 Request Timeout
The client did not produce a request within the time that the server was prepared to wait
-- 409 Conflict
The request could not be completed due to a conflict with the current state of the resource
-- 410 Gone
The requested resource is no longer available at the server and no forwarding address is known
-- 411 Length Required
The server refuses to accept the request without a defined Content- Length
-- 412 Precondition Failed
The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server
-- 413 Request Entity Too Large
The server is refusing to process a request because the request entity is larger than the server is willing or able to process
-- 414 Request-URI Too Long
The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret
-- 415 Unsupported Media Type
The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method
-- 416 Requested Range Not Satisfiable
A server SHOULD return a response with this status code if a request included a Range request-header field, and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field
-- 417 Expectation Failed
The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server

Server Error 5xx
Response status codes beginning with the digit "5" indicate cases in which the server is aware that it has erred or is incapable of performing the request
-- 500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request
-- 501 Not Implemented
The server does not support the functionality required to fulfill the request
-- 502 Bad Gateway
The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request
-- 503 Service Unavailable
The server is currently unable to handle the request due to a temporary overloading or maintenance of the server
-- 504 Gateway Timeout
The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI (e.g. HTTP, FTP, LDAP) or some other auxiliary server (e.g. DNS) it needed to access in attempting to complete the request
-- 505 HTTP Version Not Supported
The server does not support, or refuses to support, the HTTP protocol version that was used in the request message
分享到:
评论

相关推荐

    Definitions 1.1.10.0.msi

    Definitions 1.1.10.0.msi

    下载 DVTK Definitions 1.1.10.0.msi

    标题中的“下载 DVTK Definitions 1.1.10.0.msi”表明这是一个软件安装程序,具体来说是DVTK(可能代表Data Validation Toolkit或类似的缩写)的定义文件版本1.1.10.0的MSI(Microsoft Installer)包。这个MSI文件是...

    UVM_1.1_Class_Reference_Final

    7. Factory Classes 7.1 uvm_*_registry 7.2 uvm_factory 8. Phasing Classes 8.1 uvm_phase 8.2 uvm_domain 8.3 uvm_bottomup_phase 8.4 uvm_task_phase 8.5 uvm_topdown_phase 8.6 UVM Common ...

    definitions.json

    Chrome扩展AdvanceRestClient加载的json文件definitions.json

    USB UVC协议文档,包括1.0、1.1、1.5版本

    标题中的“USB UVC协议文档,包括1.0、1.1、1.5版本”意味着我们将探讨这三个主要的UVC规范迭代。每个版本都可能引入新的功能、改进或修正前一版本的问题。让我们逐一深入了解这些版本的要点: 1. **UVC 1.0**:这...

    definitions.json_

    **标题:“definitions.json_”** **描述:**“Chrome扩展AdvanceRestClient加载的json文件definitions.json” 在深入了解“definitions.json”之前,我们首先需要理解Chrome扩展和Advance Rest Client(ARC)。...

    NVM_Express1.1标准规范

    - 定义(Definitions):提供了一系列与NVMe技术相关的专业术语和概念的解释,例如Admin Queue(管理队列)、命令完成(Command Completion)、控制器(Controller)等。 - 约定(Conventions):介绍了文档中使用的...

    Advanced REST Client的definitions插件

    **高级REST客户端(Advanced REST Client)的definitions插件详解** 高级REST客户端(Advanced REST Client,简称ARC)是一款功能强大的Chrome浏览器扩展,专为开发者设计,用于测试和调试RESTful Web服务。它允许用户...

    Microsoft Codeview and Utilities User's Guide

    1.1 Restrictions 1.2 The CodeView Environment 1.3 Preparing Programs for the CodeView Debugger 1.3.1 Programming Considerations 1.3.2 CodeView Compile Options 1.3.3 CodeView Link Options 1.3.4 ...

    ModelMaker Tools Code Explorer v11.1.0 + Reset

    Rearrange and Sort code, maintaining region definitions. Improve Navigation with History, Method Favorites and Member Search Bar Live Documentation support: check the movie Live Documentation demo ...

    WSDL1.1标准规范

    《WSDL 1.1标准规范:理解网络服务描述语言》 WSDL(Web Services Description Language)1.1版本作为W3C发布的官方标准规范,是描述网络服务的一套详尽指南,旨在为开发者提供一个统一、标准化的方式,来定义和...

    Advanced-REST-client_v3.1.9+definitions.json

    《Advanced-REST-client_v3.1.9与definitions.json:深入理解REST API调试工具与定义文件》 在当今的Web开发领域,RESTful API已经成为构建分布式系统和微服务架构的标准接口设计模式。为了方便开发者测试和调试...

    definitions.JSON

    Chrome扩展AdvanceRestClient加载的json文件definitions.json

    Code128标准文档

    ### Code128标准文档知识点解析 #### 一、概览 《Code128标准文档》是由国际标准化组织(ISO)与国际电工委员会(IEC)联合发布的国际标准ISO/IEC 15417:2007(E)。该标准详细规定了Code128条形码符号体系的规范,旨在为...

    OpenSeesQuickRef1.1

    ### OpenSees Quick Reference Guide 1.1:关键知识点解析 #### 一、概述 《OpenSees Quick Reference Guide 1.1》是一份由Frank McKenna和Gregory L. Fenves编写的文档,旨在为用户提供一个快速入门指南,帮助用户...

    chrome插件Advanced-REST-client及配置文件definitions.json

    7. **安装使用文档**:通常会包含详细的步骤指南,帮助用户了解如何安装插件、配置环境和使用高级特性。 **definitions.json 配置文件** `definitions.json` 文件是 Advanced REST Client 的一个重要组成部分,...

    advanced rest client definitions.json

    chrome浏览器安装advanced rest client插件时所需要的definitions.json文件,文件为txt格式,可以直接使用

    Scipy - Scipy Lecture Notes

    ### Scipy - Scipy Lecture Notes #### I. Getting Started with Python for Science ##### 1. Python Scientific Computing Ecosystem **1.1 Why Python?** Python has become the lingua franca for ...

Global site tag (gtag.js) - Google Analytics