|
InternetProtocol
HTTP
More detial or script code example
HTTP - Hypertext Transfer Protocol
Headers Status Code 3-digit integer result code definitions
Description: Hypertext Transfer Protocol -- HTTP/1.1
The first digit of the Status-Code defines the class of response.
The last two digits do not have any categorization role.
There are 5 values for the first digit:
1xx: Informational - Request received, continuing process
2xx: Success - The action was successfully received,
understood, and accepted
3xx: Redirection - Further action must be taken in order to
complete the request
4xx: Client Error - The request contains bad syntax or cannot
be fulfilled
5xx: Server Error - The server failed to fulfill an apparently
valid request
会经常收到 405 是因为
档案为 .html 或 .txt 类型档
伺服端不允许你使用 POST方法
取得你所指定的档案
Internet返回的HTTP status代码(HTTP 状态)
100请求不能继续
101通过新header服务器协议被转换了
200请求成功
201通过新资源请求已被完成
202请求已被接受处理,但处理没完成
203回entity-header meta信息无效 
InternetProtocol
HTTP
More detial or script code example
HTTPModule
Description: HTTPModule

InternetProtocol
HTTP
More detial or script code example
HTTPHandler
Description: HTTPHandler

InternetProtocol
HTTP
More detial or script code example
HttpContext
Description: HttpContext

|