# elixir-mint/mint

Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2 🌱

Repository: https://github.com/elixir-mint/mint
Canonical: https://ross.abutalabs.com/products/elixir-mint-mint
Language: Elixir
License: Apache-2.0
License Family: permissive
Topics: http, http-client, elixir, elixir-lang, elixir-language, elixir-http, http2
Last push: 2026-08-18T15:30:45+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 3234, "days_push": 15, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1418, forks 125 (observed 2026-08-28T04:04:40.145784+00:00)

## What it is
Mint is a functional, low-level HTTP client library for Elixir supporting HTTP/1.1 and HTTP/2. It uses a process-less architecture where connections are immutable data structures wrapping TCP/SSL sockets, giving developers full control over concurrency and connection handling.

## Use cases
- make http requests from elixir
- http/2 client for elixir
- manage multiple http connections in one process
- low-level control over http connections
- build a custom http client or pool on top of raw connections

## When to avoid
- you just want a simple high-level request/response client like Req or HTTPoison
- you don't want to handle raw TCP/SSL socket messages yourself

## Facets
- artifact type: library
- maturity: active
- function: http-client
- domain: web-development, backend, apis
- platform: elixir
- tags: http2, http1, process-less, functional, low-level

## Member repositories
- elixir-mint/mint (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:40.145784+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:37:57.166008+00:00, confidence not recorded.
  - readme: https://github.com/elixir-mint/mint (fetched 2026-08-28T04:04:40.145784+00:00, sha 3785cbbef3f0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
