http 请求详解大全
| HTTP | |
|---|---|
| 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 未修改 |
| 305 | Use Proxy 使用代理 |
| 307 | Temporary 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 | Request Entity Too Large 请求实体太大 |
| 414 | Request URI Too Long URI 请求 URI 太长 |
| 416 | Requested Range Not Satisfiable 所请求的范围无法满足 |
| 500 | Internal Server Error 内部服务器错误 |
| 501 | Not Implemented 服务器不支持实现请求所需要的功能 |
| 502 | Bad Gateway Web 服务器用作网关或代理服务器时收到了无效响应 |
| 503 | Service Unavailable 服务不可用 |
| 504 | Gateway Timeout 网关超时 |
| 505 | HTTP Version Not Supported HTTP版本不受支持 |
| FTP | |
| 110 | Restart marker reply. In this case, the text is exact and not left to the particular implementation; it must read: MARK yyyy = mmmm where yyyy is User-process data stream marker, and mmmm server's equivalent marker (note the spaces between markers and "="). 重新启动标志回应。这种情况下,信息是精确的并且不用特别的处理;可以这样看:标记 yyyy = mmm 中 yyyy是用户进程数据流标记,mmmm是服务器端相应的标记(注意在标记和等号间的空格)。 |
| 120 | Service ready in nnn minutes. 服务在NNN时间内可用 |
| 125 | Data connection already open; transfer starting. 数据连接已经打开,开始传送数据。 |
| 150 | File status okay; about to open data connection. 文件状态正确,正在打开数据连接。 |
| 200 | Command okay. 命令执行正常结束。 |
| 202 | Command not implemented, superfluous at this site. 命令未被执行,此站点不支持此命令。 |
| 211 | System status, or system help reply. 系统状态或系统帮助信息回应。 |
| 212 | Directory status. 目录状态信息。 |
| 213 | File status. 文件状态信息。 |
| 214 | Help message.On how to use the server or the meaning of a particular non-standard command. This reply is useful only to the human user. 帮助信息。关于如何使用本服务器或特殊的非标准命令。此回复只对人有用。 |
| 215 | NAME system type. Where NAME is an official system name from the list in the Assigned Numbers document. NAME系统类型。 |
| 220 | Service ready for new user. 新连接的用户的服务已就绪。 |
| 221 | Service closing control connection. 控制连接关闭。 |
| 225 | Data connection open; no transfer in progress. 数据连接已打开,没有进行中的数据传送。 |
| 226 | Closing data connection. Requested file action successful (for example, file transfer or file abort). 正在关闭数据连接。请求文件动作成功结束(例如,文件传送或终止)。 |
| 227 | Entering Passive Mode (h1,h2,h3,h4,p1,p2). 进入被动模式。 |
| 230 | User logged in, proceed. Logged out if appropriate. 用户已登入。 如果不需要可以登出。 |
| 250 | Requested file action okay, completed. 被请求文件操作成功完成。 |
| 257 | "PATHNAME" created. 路径已建立。 |
| 331 | User name okay, need password. 用户名存在,需要输入密码。 |
| 332 | Need account for login. 需要登陆的账户。 |
| 350 | Requested file action pending further information 对被请求文件的操作需要进一步更多的信息。 |
| 421 | Service not available, closing control connection.This may be a reply to any command if the service knows it must shut down. 服务不可用,控制连接关闭。这可能是对任何命令的回应,如果服务认为它必须关闭。 |
| 425 | Can't open data connection. 打开数据连接失败。 |
| 426 | Connection closed; transfer aborted. 连接关闭,传送中止。 |
| 450 | Requested file action not taken. 对被请求文件的操作未被执行。 |
| 451 | Requested action aborted. Local error in processing. 请求的操作中止。处理中发生本地错误。 |
| 452 | Requested action not taken. Insufficient storage space in system.File unavailable (e.g., file busy). 请求的操作没有被执行。 系统存储空间不足。 文件不可用。 |
| 500 | Syntax error, command unrecognized. This may include errors such as command line too long. 语法错误,不可识别的命令。 这可能是命令行过长。 |
| 501 | Syntax error in parameters or arguments. 参数错误导致的语法错误。 |
| 502 | Command not implemented. 命令未被执行。 |
| 503 | Bad sequence of commands. 命令的次序错误。 |
| 504 | Command not implemented for that parameter. 由于参数错误,命令未被执行。 |
| 530 | Not logged in. 没有登录。 |
| SMTP | |
| 200 | (nonstandard success response, see rfc876) (非标准的成功响应,见rfc876) |
| 211 | System status, or system help reply 系统状态,或系统帮助回复 |
| 214 | Help message 帮助信息 |
| 220 | <domain> Service ready <域名> 服务就绪 |
| 221 | <domain> Service closing transmission channel <域名> 服务正在关闭传输通道 |
| 250 | Requested mail action okay, completed 请求的邮件操作OK,完成 |
| 251 | User not local; will forward to <forward-path> 非本地用户;将转向到<forward-path> |
| 354 | Start mail input; end with <CRLF>.<CRLF> 开始输入邮件;以<CRLF>.<CRLF>结束 |
| 421 | <domain> Service not available, closing transmission channel <域名> 服务不可用,正在关闭传输通道 |
| 450 | Requested mail action not taken: mailbox unavailable 请求的邮件操作未被接受:邮箱不可用 |
| 451 | Requested action aborted: local error in processing 请求的操作已中断:处理中发生内部错误 |
| 452 | Requested action not taken: insufficient system storage 请求的操作未被执行:系统空间不足 |
| 500 | Syntax error, command unrecognised 语言错误,命令未知 |
| 501 | Syntax error in parameters or arguments 参数或变量的语法错误 |
| 502 | Command not implemented 命令尚未实现 |
| 503 | Bad sequence of commands 错误的命令顺序 |
| 504 | Command parameter not implemented 命令参数尚未实现 |
| 521 | <domain> does not accept mail (see rfc1846) <域名> 不接受邮件(见rfc1846) |
| 530 | Access denied 禁止访问 |
| 550 | Requested action not taken: mailbox unavailable 请求的操作未被执行:邮箱不可用 |
| 551 | User not local; please try <forward-path> 非本地用户;请尝试<forward-path> |
| 552 | Requested mail action aborted: exceeded storage allocation 请求的邮件操作已中断:超出了分配的空间 |
| 553 | Requested action not taken: mailbox name not allowed 请求的操作未被执行:不允许的邮箱名称 |
| 554 | Transaction failed 传输失败 |
http 请求详解大全的更多相关文章
- HTTP 状态响应码 意思详解/大全
HTTP 状态响应码 意思详解/大全 转:http://blog.csdn.net/helin916012530/article/details/29842595 HTTP状态码(HTTP Statu ...
- AJAX请求详解 同步异步 GET和POST
AJAX请求详解 同步异步 GET和POST 上一篇博文(http://www.cnblogs.com/mengdd/p/4191941.html)介绍了AJAX的概念和基本使用,附有一个小例子,下面 ...
- C#数字图像处理算法详解大全
原文:C#数字图像处理算法详解大全 C#数字图像处理算法详解大全 网址http://dongtingyueh.blog.163.com/blog/#m=0 分享一个专业的图像处理网站(微像素),里面有 ...
- JavaEE基础(03):Http请求详解,握手挥手流程简介
本文源码:GitHub·点这里 || GitEE·点这里 一.Http协议简介 1.概念说明 HTTP超文本传输协议,是用于从万维网服务器传输超文本到本地浏览器的传送协议,基于TCP/IP通信协议来传 ...
- java Log4j日志配置详解大全
一.Log4j简介 Log4j有三个主要的组件:Loggers(记录器),Appenders (输出源)和Layouts(布局).这里可简单理解为日志类别,日志要输出的地方和日志以何种形式输出.综合使 ...
- 网络-02-端口号-linux端口详解大全
端口详解 1 tcpmux TCP Port Service Multiplexer 传输控制协议端口服务多路开关选择器 2 compressnet Management Utility compr ...
- 【Java_Spring】RestTemplate发HTTP请求详解
Springboot — 用更优雅的方式发HTTP请求(RestTemplate详解) Spring RestTemplate提交时设置http header请求头 Spring之RestTempla ...
- GET请求与POST请求详解
一.GET请求 常用于获取服务器数据.常见的发起GET请求的方式有:url.href.src.form. 二.GET请求的格式 例子:index.php?userName=harry&pass ...
- 前后端数据交互(四)——fetch 请求详解
fetch 是 XMLHttpRequest 的升级版,使用js脚本发出网络请求,但是与 XMLHttpRequest 不同的是,fetch 方式使用 Promise,相比 XMLHttpReques ...
随机推荐
- flask配置qq邮箱发送邮件
1.第三方登录qq邮箱不是使用邮箱密码,而是使用独立的授权码: 2.开始在python程序中使用os.environ.get()一直无法获取到环境变量,即使是用source命令重新加载配置文件后使用e ...
- ActiveReport 同一单元格内图片跟文字按条件显示
ActiveReports支持提供Image控件来显示图片素材,Image控件的值可以为图像的二进制流,图像路径,或url等:而在很多情况下,图片是签名扫描文件,并不会一直有值.如果图片的值为空,则显 ...
- 0525 Scrum 项目 7.0
Sprint回顾 让我们一次比一次做得更好. 1.回顾组织 主题:“我们怎样才能在下个sprint中做的更好?” 时间:设定为1至2个小时. 参与者:整个团队. 场所:能够在不受干扰的情况下讨论. ...
- jquery.validate:
jqueryValidation: jquery-UI 小组组长;https://jqueryvalidation.org/;从页面性能的角度来说: 最好是把js的引入放在结束的body标签上面;基本 ...
- 两个div叠加触发事件发生闪烁问题
今天遇到一个问题,想实现一个功能: 当鼠标移到div1上的时候,会出现div2.出现时div2在div1的上面,div2在出现后发生闪烁的问题. 于是开始找问题根源,发现原来是因为当我们触发div1的 ...
- JS学习笔记--轮播图效果
希望通过自己的学习收获哪怕收获一点点,进步一点点都是值得的,加油吧!!! 本章知识点:index this for if else 下边我分享下通过老师教的方式写的轮播图,基础知识实现: 1.css代 ...
- MVC5 + EF6 完整入门教程三:EF来了
期待已久的EF终于来了 学完本篇文章,你将会掌握基于EF数据模型的完整开发流程. 本次将会完成EF数据模型的搭建和使用. 基于这个模型,将之前的示例添加数据库查询验证功能. 文章提纲 概述 & ...
- dstoon系统中学习
$r = $db->get_one("SELECT * FROM {$DT_PRE}company WHERE username='$pay_user'");注意:usern ...
- C#精髓 第四讲 GridView 72般绝技
http://blog.csdn.net/21aspnet/article/details/1540301
- Ubuntu 16.04 安装 .NET Core[转]
upir@upir-Rev-1-0:~$ sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos ...