2 repos
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.
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.
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.