_codes = {

    # Informational.
: ('continue',),
: ('switching_protocols',),
: ('processing',),
: ('checkpoint',),
: ('uri_too_long', 'request_uri_too_long'),
: ('ok', 'okay', 'all_ok', 'all_okay', 'all_good', '\\o/', '✓'),
: ('created',),
: ('accepted',),
: ('non_authoritative_info', 'non_authoritative_information'),
: ('no_content',),
: ('reset_content', 'reset'),
: ('partial_content', 'partial'),
: ('multi_status', 'multiple_status', 'multi_stati', 'multiple_stati'),
: ('already_reported',),
: ('im_used',), # Redirection.
: ('multiple_choices',),
: ('moved_permanently', 'moved', '\\o-'),
: ('found',),
: ('see_other', 'other'),
: ('not_modified',),
: ('use_proxy',),
: ('switch_proxy',),
: ('temporary_redirect', 'temporary_moved', 'temporary'),
: ('permanent_redirect',
'resume_incomplete', 'resume',), # These 2 to be removed in 3.0 # Client Error.
: ('bad_request', 'bad'),
: ('unauthorized',),
: ('payment_required', 'payment'),
: ('forbidden',),
: ('not_found', '-o-'),
: ('method_not_allowed', 'not_allowed'),
: ('not_acceptable',),
: ('proxy_authentication_required', 'proxy_auth', 'proxy_authentication'),
: ('request_timeout', 'timeout'),
: ('conflict',),
: ('gone',),
: ('length_required',),
: ('precondition_failed', 'precondition'),
: ('request_entity_too_large',),
: ('request_uri_too_large',),
: ('unsupported_media_type', 'unsupported_media', 'media_type'),
: ('requested_range_not_satisfiable', 'requested_range', 'range_not_satisfiable'),
: ('expectation_failed',),
: ('im_a_teapot', 'teapot', 'i_am_a_teapot'),
: ('misdirected_request',),
: ('unprocessable_entity', 'unprocessable'),
: ('locked',),
: ('failed_dependency', 'dependency'),
: ('unordered_collection', 'unordered'),
: ('upgrade_required', 'upgrade'),
: ('precondition_required', 'precondition'),
: ('too_many_requests', 'too_many'),
: ('header_fields_too_large', 'fields_too_large'),
: ('no_response', 'none'),
: ('retry_with', 'retry'),
: ('blocked_by_windows_parental_controls', 'parental_controls'),
: ('unavailable_for_legal_reasons', 'legal_reasons'),
: ('client_closed_request',), # Server Error.
: ('internal_server_error', 'server_error', '/o\\', '✗'),
: ('not_implemented',),
: ('bad_gateway',),
: ('service_unavailable', 'unavailable'),
: ('gateway_timeout',),
: ('http_version_not_supported', 'http_version'),
: ('variant_also_negotiates',),
: ('insufficient_storage',),
: ('bandwidth_limit_exceeded', 'bandwidth'),
: ('not_extended',),
: ('network_authentication_required', 'network_auth', 'network_authentication'),

最新文章

  1. Storm介绍及与Spark Streaming对比
  2. [LeetCode] Encode String with Shortest Length 最短长度编码字符串
  3. 项目中Zookeeper配置参数笔记
  4. Cocos2d-x 3.2 学习笔记(十五)保卫萝卜 场景与数据
  5. iOS 日志
  6. php7 安装 及和php5的共存
  7. Android屏幕像素密度适配详解
  8. iOS安全系列之一:HTTPS (轉載)
  9. 获取某月第一天,最后一天的sql server脚本
  10. 面向服务的架构(SOA)
  11. 【JAVASCRIPT】React学习- 与 flux 结合使用
  12. ROS(indigo) turtlebot2 + android一些有趣应用
  13. IndexDB 操作util
  14. 2015年蓝桥杯省赛A组c++第8题(迭代法)
  15. myql update from 语句
  16. 【ZZ】C++11之统一初始化语法 | 桃子的博客志
  17. JSP -- 从甲骨文开始
  18. 深入理解C++中的异常处理机制
  19. Prolog学习:用八卦的精神走进Prolog
  20. Oracle 存储过程错误之PLS-00201: 必须声明标识符

热门文章

  1. 35 个最好用的 Vue 开源库
  2. 实现私有化(Pimpl) --- QT常见的设计模式
  3. linux常用的软件更新命令
  4. SQL Server 2012中的AlwaysOn尝试
  5. Myeclipse错误:Errors occurred during the build. Errors running builder 'DeploymentBuilder' on project 'MyCastBoxAPP' java.lang.NullPointerException
  6. 使用v-bind处理class与style
  7. diff 命令实用
  8. oracle安全应用角色例子
  9. Ubuntu 安装 VS code
  10. Vue父子组件生命周期