netguru/ResponseDetective
Sherlock Holmes of the networking layer. :male_detective: observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4110
- days_rel: n/a
- days_push: 1044
- n_releases_24m: 0
Adoption not part of the score
1946 stars · 90 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ResponseDetective is a Swift framework that intercepts outgoing HTTP requests and incoming responses between an iOS, macOS, or tvOS app and its server for debugging purposes. It works non-intrusively by registering a custom URLProtocol in URLSessionConfiguration, logging headers and bodies to the console.
Use cases
- debug http requests and responses in an ios app
- log network traffic from urlsession
- inspect request and response bodies during development
- intercept alamofire or afnetworking traffic
- troubleshoot api communication on ios
When to choose
- you develop iOS, macOS, or tvOS apps and need to see raw HTTP traffic
- you want a non-intrusive, code-light debugging layer for URLSession or Alamofire
- you prefer console-based request/response logging without a proxy
When to avoid
- you need a full network proxy or traffic inspector with a GUI like Charles or Proxyman
- your project targets platforms outside Apple's ecosystem
- you need actively developed tooling with frequent updates
Facets
library · maturity maintenance
http-client logging developer-tools middleware developer-tools web-development mobile-development network-debugging urlprotocol request-interception http-traffic swift-framework debugging ios macos swift tvos
1 source
- readme: https://github.com/netguru/ResponseDetective · fetched 2026-08-28 · e6f1f3d90c6c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| netguru/ResponseDetective | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="netguru/ResponseDetective")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem