awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • alamofire/alamofireAvatar de Alamofire

    Alamofire/Alamofire

    42,385Ver en 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
    Ver en GitHub↗42,385
  • shazow/urllib3Avatar de shazow

    shazow/urllib3

    4,026Ver en GitHub↗

    urllib3 is a Python HTTP client library used to send network requests and receive responses. It provides core components for managing HTTP connection pools, routing traffic through proxies, validating TLS certificates, and executing automatic request retries. The library focuses on network reliability and efficiency by maintaining a system that reuses established connections to multiple hosts to reduce latency. It ensures secure communication through client-side certificate verification and handles transient network errors using policy-based retry logic. The project covers broad networking c

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

    Python
    Ver en GitHub↗4,026
  1. Home
  2. Web Development
  3. HTTP Networking Foundations