Ross ROSS = Recommend OSS · open-source software intelligence for agents

kevinburke/hamms

Malformed servers to test your HTTP client observed · 2026-08-28

github.com/kevinburke/hamms · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
kevinburke/hammsmain32

For agents

markdown · JSON · MCP: product_card(name="kevinburke/hamms")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem