kevinburke/hamms
Malformed servers to test your HTTP client observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4769
- days_rel: n/a
- days_push: 3528
- n_releases_24m: 0
Adoption not part of the score
1201 stars · 29 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Hamms is a Python library and CLI tool that runs a set of deliberately broken HTTP servers on ports 5500-5600 to elicit failures in HTTP clients. It simulates connection errors, malformed responses, slow servers, oversized headers, and other edge cases.
Use cases
- test how my http client handles malformed responses
- simulate a server that hangs and never responds
- test http client timeout and retry logic
- verify client behavior with huge response headers
- test handling of mismatched content-length responses
- simulate slow servers trickling bytes
- test arbitrary http status code responses
When to choose
- you need to test HTTP client resilience against network failures and malformed data
- you want deterministic, local failure simulation without mocking libraries
- you are writing integration tests for timeout, retry, and error handling paths
When to avoid
- you need to test HTTPS/TLS-specific behavior
- you want a general-purpose HTTP mocking framework with request expectations
- you need actively maintained tooling - the latest release dates to 2017
Facets
library · maturity maintenance
testing http-server mocking testing developer-tools networking apis python cross-platform cli http-client-testing failure-simulation malformed-server fault-injection
2 sources
- readme: https://github.com/kevinburke/hamms · fetched 2026-08-28 · 235edb37f8d3
- registry_pypi: https://pypi.org/pypi/hamms/json · fetched 2026-08-29 · ceecc2358cea
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kevinburke/hamms | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="kevinburke/hamms")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem