awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
G

gleam-lang/httpc

0
View on GitHub↗
0 stars·0 forks·3 vues

Httpc

Bindings to Erlang's built in HTTP client, httpc.

Features

  • HTTP Clients - Binds to the built-in Erlang HTTP client.

Historique des stars

Graphique de l'historique des stars pour gleam-lang/httpcGraphique de l'historique des stars pour gleam-lang/httpc

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait gleam-lang/httpc ?

Bindings to Erlang's built in HTTP client, httpc.

Quelles sont les fonctionnalités principales de gleam-lang/httpc ?

Les fonctionnalités principales de gleam-lang/httpc sont : HTTP Clients.

Quelles sont les alternatives open-source à gleam-lang/httpc ?

Les alternatives open-source à gleam-lang/httpc incluent : 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.

Alternatives open source à Httpc

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Httpc.
  • aio-libs/aiohttpAvatar de aio-libs

    aio-libs/aiohttp

    16,351Voir sur 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
    Voir sur GitHub↗16,351
  • argo/argoA

    argo/argo

    0Voir sur GitHub↗

    An extensible, asynchronous HTTP reverse proxy and origin server.

    Voir sur GitHub↗0
  • asynchttpclient/async-http-clientAvatar de AsyncHttpClient

    AsyncHttpClient/async-http-client

    6,392Voir sur 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
    Voir sur GitHub↗6,392
  • aderyabin/snifferAvatar de aderyabin

    aderyabin/sniffer

    584Voir sur GitHub↗
    Rubyhttprubysniffer
    Voir sur GitHub↗584
  • Voir les 30 alternatives à Httpc→