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
·
googleapis avatar

googleapis/google-http-java-client

0
View on GitHub↗
1,437 estrellas·468 forks·Java·Apache-2.0·1 vista

Google Http Java Client

Google HTTP Client Library for Java

Features

  • HTTP Clients - Pluggable HTTP transport abstraction for various protocols and formats.

Historial de estrellas

Gráfico del historial de estrellas de googleapis/google-http-java-clientGráfico del historial de estrellas de googleapis/google-http-java-client

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Google Http Java Client

Proyectos open-source similares, clasificados según cuántas características comparten con Google Http Java Client.
  • aio-libs/aiohttpAvatar de aio-libs

    aio-libs/aiohttp

    16,351Ver en GitHub↗

    This project is an asynchronous network framework for Python that provides both a client and a server for HTTP communication. It is designed to handle high-concurrency network operations by leveraging cooperative multitasking, allowing for the management of thousands of simultaneous connections without the overhead of traditional thread-per-request models. The framework distinguishes itself through its focus on efficient resource management and persistent communication. It utilizes connection pooling to reuse network sockets, which reduces latency during sequential requests, and supports full

    Pythonaiohttpasyncasyncio
    Ver en GitHub↗16,351
  • argo/argoA

    argo/argo

    0Ver en GitHub↗

    An extensible, asynchronous HTTP reverse proxy and origin server.

    Ver en GitHub↗0
  • asynchttpclient/async-http-clientAvatar de AsyncHttpClient

    AsyncHttpClient/async-http-client

    6,392Ver en GitHub↗

    This is a non-blocking network client for Java applications that provides asynchronous HTTP request capabilities and bidirectional WebSocket connectivity. It leverages a Netty-based architecture to handle high volumes of network input and output. The library utilizes native transport abstractions such as Epoll, KQueue, and io_uring to reduce system latency. It supports HTTP/2 multiplexing to run multiple concurrent request-response streams over a single connection and provides automatic response body decompression for various formats. Core capabilities cover the management of complex network

    Javaahcasyncasynchttpclient
    Ver en GitHub↗6,392
  • aderyabin/snifferAvatar de aderyabin

    aderyabin/sniffer

    584Ver en GitHub↗
    Rubyhttprubysniffer
    Ver en GitHub↗584
Ver las 30 alternativas a Google Http Java Client→

Preguntas frecuentes

¿Qué hace googleapis/google-http-java-client?

Google HTTP Client Library for Java

¿Cuáles son las características principales de googleapis/google-http-java-client?

Las características principales de googleapis/google-http-java-client son: HTTP Clients.

¿Qué alternativas de código abierto existen para googleapis/google-http-java-client?

Las alternativas de código abierto para googleapis/google-http-java-client incluyen: aio-libs/aiohttp — This project is an asynchronous network framework for Python that provides both a client and a server for HTTP… argo/argo — An extensible, asynchronous HTTP reverse proxy and origin server. asynchttpclient/async-http-client — This is a non-blocking network client for Java applications that provides asynchronous HTTP request capabilities and… axios/axios — Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different… bbc/flashheart — flashheart is built on http-transport to provide everything you need to build HTTP-based services with confidence. aderyabin/sniffer.