awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesHTTP Networking Foundations

Core networking foundations for sending requests and handling responses.

Distinguishing note: Focuses on the foundational library aspect of HTTP networking.

Explore 2 awesome GitHub repositories matching web development · HTTP Networking Foundations. Refine with filters or upvote what's useful.

Awesome HTTP Networking Foundations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • alamofire/alamofireAlamofire 的头像

    Alamofire/Alamofire

    42,385在 GitHub 上查看↗

    Alamofire is an HTTP networking library that provides a foundation for managing network requests and responses through a chainable, type-safe interface. It serves as an asynchronous request manager, coordinating concurrent network operations and data streams while maintaining application responsiveness. The library distinguishes itself through a protocol-oriented request adaptation system, which utilizes interceptors to modify or authenticate requests before dispatch. It employs a middleware-driven pipeline to process traffic, handling encoding, authentication, and error recovery in a modular

    Simplifies the process of sending requests and handling responses through a chainable and type-safe interface.

    Swiftalamofirecarthagecertificate-pinning
    在 GitHub 上查看↗42,385
  • shazow/urllib3shazow 的头像

    shazow/urllib3

    4,026在 GitHub 上查看↗

    urllib3 是一个用于发送网络请求和接收响应的 Python HTTP 客户端库。它提供了用于管理 HTTP 连接池、通过代理路由流量、验证 TLS 证书以及执行自动请求重试的核心组件。 该库专注于网络可靠性和效率,通过维护一个重用已建立连接到多个主机的系统来降低延迟。它通过客户端证书验证确保安全通信,并使用基于策略的重试逻辑处理瞬时网络错误。 该项目涵盖了广泛的网络功能,包括多部分编码有效载荷的格式化、基于流的响应解压缩,以及对 HTTP 和 SOCKS 代理服务器的支持。

    Provides foundational HTTP networking capabilities for sending requests and handling responses within Python.

    Python
    在 GitHub 上查看↗4,026
  1. Home
  2. Web Development
  3. HTTP Networking Foundations