参考:urllib与urllib2的学习总结(python2.7.X)

# Table mapping response codes to messages; entries have the
# form {code: (shortmessage, longmessage)}. responses = {
100: ('Continue', 'Request received, please continue'),
101: ('Switching Protocols',
'Switching to new protocol; obey Upgrade header'), 200: ('OK', 'Request fulfilled, document follows'),
201: ('Created', 'Document created, URL follows'),
202: ('Accepted',
'Request accepted, processing continues off-line'),
203: ('Non-Authoritative Information', 'Request fulfilled from cache'),
204: ('No Content', 'Request fulfilled, nothing follows'),
205: ('Reset Content', 'Clear input form for further input.'),
206: ('Partial Content', 'Partial content follows.'), 300: ('Multiple Choices',
'Object has several resources -- see URI list'),
301: ('Moved Permanently', 'Object moved permanently -- see URI list'),
302: ('Found', 'Object moved temporarily -- see URI list'),
303: ('See Other', 'Object moved -- see Method and URL list'),
304: ('Not Modified',
'Document has not changed since given time'),
305: ('Use Proxy',
'You must use proxy specified in Location to access this '
'resource.'),
307: ('Temporary Redirect',
'Object moved temporarily -- see URI list'), 400: ('Bad Request',
'Bad request syntax or unsupported method'),
401: ('Unauthorized',
'No permission -- see authorization schemes'),
402: ('Payment Required',
'No payment -- see charging schemes'),
403: ('Forbidden',
'Request forbidden -- authorization will not help'),
404: ('Not Found', 'Nothing matches the given URI'),
405: ('Method Not Allowed',
'Specified method is invalid for this server.'),
406: ('Not Acceptable', 'URI not available in preferred format.'),
407: ('Proxy Authentication Required', 'You must authenticate with '
'this proxy before proceeding.'),
408: ('Request Timeout', 'Request timed out; try again later.'),
409: ('Conflict', 'Request conflict.'),
410: ('Gone',
'URI no longer exists and has been permanently removed.'),
411: ('Length Required', 'Client must specify Content-Length.'),
412: ('Precondition Failed', 'Precondition in headers is false.'),
413: ('Request Entity Too Large', 'Entity is too large.'),
414: ('Request-URI Too Long', 'URI is too long.'),
415: ('Unsupported Media Type', 'Entity body in unsupported format.'),
416: ('Requested Range Not Satisfiable',
'Cannot satisfy request range.'),
417: ('Expectation Failed',
'Expect condition could not be satisfied.'), 500: ('Internal Server Error', 'Server got itself in trouble'),
501: ('Not Implemented',
'Server does not support this operation'),
502: ('Bad Gateway', 'Invalid responses from another server/proxy.'),
503: ('Service Unavailable',
'The server cannot process the request due to a high load'),
504: ('Gateway Timeout',
'The gateway server did not receive a timely response'),
505: ('HTTP Version Not Supported', 'Cannot fulfill request.'),
}

  

最新文章

  1. 使用ndk编译c可执行程序
  2. Visual Studio 2015 Pre Secondary Installer 在哪里
  3. BZOJ 4551: [Tjoi2016&Heoi2016]树
  4. slide.js使用文档
  5. Ubuntu 更新源
  6. TCP三次握手
  7. 【Qt】使用QProcess调用其它程序或脚本
  8. SKAction
  9. 重学HTML
  10. Codevs 2370 小机房的树
  11. Xcode中使用GitHub详解
  12. UIKit和Core Graphics绘图(一)——字符串,线条,矩形,渐变
  13. 3D图片采集与展示(SurfaceView 自适应 Camera, 录制视频, 抽取帧)
  14. Python字符串与数字拼接
  15. [整理]DLL延时加载 && 设置进程私有环境变量
  16. 全自动Web后门扫描(转)
  17. KB奇遇记(5):奇葩的用人制度
  18. 20. Valid Parentheses - 括号匹配验证
  19. Kafka系列之-自定义Producer
  20. 对于BFS的理解和部分例题(

热门文章

  1. 【COGS2652】秘术「天文密葬法」(长链剖分,分数规划)
  2. 【原创】线段树query模板对比! 新手线段树的一个容易出错的问题!!因为我就糊涂了一整天.......
  3. centos7搭建ELK Cluster集群日志分析平台(一):Elasticsearch
  4. poj2524(并查集水题)
  5. bzoj3467: Crash和陶陶的游戏
  6. 洛谷P1080 国王游戏
  7. java 红黑树
  8. ThymeLeaf的eclipse插件安装
  9. 2018.10.26 浪在ACM 集训队第四次测试赛
  10. PHP操作cookie