awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
HTTP Clients · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesHTTP Clients

Libraries and tools for performing network requests and interacting with remote service endpoints.

Distinguishing note: None of the candidates were provided; this category is a standard component of web development for service communication.

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

  1. Home
  2. Web Development
  3. HTTP Clients

Awesome HTTP Clients GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • square/retrofit

    square/retrofit

    43,890View on GitHub↗

    Retrofit is a type-safe HTTP client that simplifies network communication by allowing developers to define API endpoints as interface methods. By using annotation-driven request mapping, it automatically translates these interface definitions into structured HTTP requests, ensuring consistent data structures and reducing manual configuration when interacting with remote web services. The project distinguishes itself through a highly modular architecture that separates network transport from data handling. It utilizes dynamic proxy generation to process method calls at runtime and offers a plu

    Provides a declarative interface for defining network requests that automatically maps remote service endpoints to local language methods and data structures.

    HTMLandroidjava
    43,890View on GitHub↗
  • gofiber/fiber

    gofiber/fiber

    39,238View on GitHub↗

    Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead. It provides a comprehensive runtime environment for managing the full request lifecycle, utilizing an optimized radix tree for high-speed route matching and an object pooling system to reduce garbage collection pressure during traffic processing. The framework distinguishes itself through its multi-process architecture, which supports prefork socket reuse to distribute incoming traffic across all available CPU cores. It offers a modular approach to application development, feat

    Optimizes network communication through configurable connection pooling, request timeouts, and automated retry policies for improved reliability.

    Goexpressexpressjsfast
    39,238View on GitHub↗