requests 工具带¶

这是一组实用工具,一些 python-requests 用户可能需要,但并不属于 requests 本身。该库由 requests 核心开发团队的成员积极维护,因此反映了 requests 库用户最需要使用的功能。

要了解库中包含的内容,请查阅用户文档。

概述¶

  • Requests 工具带
  • 对该项目做出贡献
  • 安全性

完整文档¶

  • 传输适配器
    • FingerprintAdapter
    • SSLAdapter
    • HostHeaderSSLAdapter
    • SourceAddressAdapter
    • SocketOptionsAdapter
    • TCPKeepAliveAdapter
    • X509Adapter
  • 身份验证
    • AuthHandler
    • GuessAuth
    • GuessProxyAuth
    • HTTPProxyDigestAuth
  • 已弃用的 Requests 实用工具
    • find_charset()
    • find_pragma()
    • find_xml()
    • get_encodings_from_content()
    • get_unicode_from_response()
  • 用于下载流式响应的实用工具
    • stream_response_to_file()
    • tee()
    • tee_to_bytearray()
    • tee_to_file()
  • 用于转储响应信息实用工具
    • dump_all()
    • dump_response()
  • 用于增强表单数据序列化的实用工具
    • urlencode()
  • 自定义工具带异常
    • RequestsVersionTooOld
    • StreamingError
    • VersionMismatchError
  • 专用会话
    • BaseUrlSession
    • BaseUrlSession
  • 将 requests 与多线程结合使用
    • API 和模块自动生成文档
  • 上传数据
    • 流式多部分数据编码器
    • 监控流式多部分上传
    • 从生成器流式传输数据
  • 用户代理构造函数
    • 向用户代理字符串添加额外信息
    • 只选择您想要的内容

索引和表格¶

  • 索引

  • 模块索引

  • 搜索页面

requests_toolbelt

导航

  • Requests 工具带
  • 对该项目做出贡献
  • 安全性
  • 传输适配器
  • 身份验证
  • 已弃用的 Requests 实用工具
  • 用于下载流式响应的实用工具
  • 用于转储响应信息实用工具
  • 用于增强表单数据序列化的实用工具
  • 自定义工具带异常
  • 专用会话
  • 将 requests 与多线程结合使用
  • 上传数据
  • 用户代理构造函数

相关主题

  • 文档概述
    • 下一页:Requests 工具带

快速搜索

©2015,Ian Cordasco,Cory Benfield。 | 由 Sphinx 7.2.6 和 Alabaster 0.7.16 提供支持 | 页面源