google/martian
Martian is a library for building custom HTTP/S proxies observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: 4096
- days_rel: n/a
- days_push: 623
- n_releases_24m: 0
Adoption not part of the score
2041 stars · 254 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Martian is a programmable HTTP/S proxy library written in Go, designed primarily for testing. It lets developers intercept, inspect, and modify HTTP requests and responses at the network layer via configurable modifiers.
Use cases
- mock external services at the network layer during tests
- verify that requests are sent over HTTPS
- inject or modify HTTP headers and cookies in transit
- capture HAR logs of all proxied traffic
- unwrap encrypted HTTPS traffic for inspection
- verify that analytics pingbacks fire as expected
When to choose
- you need a programmable, scriptable HTTP proxy for integration testing
- you want to mock or mutate HTTP traffic at the network layer rather than in application code
- you need HAR capture of requests and responses
- you want a Go library you can embed or cross-compile anywhere
When to avoid
- you need a general-purpose end-user proxy with a GUI like Charles or Fiddler
- you need high-throughput production proxying rather than testing
- you are not working in Go or comfortable with JSON-based runtime configuration
Facets
library · maturity maintenance
http-server middleware testing mocking proxy developer-tools testing networking web-development go cross-platform cli http-proxy traffic-inspection har-logging network-mocking https-interception
1 source
- readme: https://github.com/google/martian · fetched 2026-08-28 · 1ca0ac90d1c8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/martian | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem