Files
Travis Cline 94f289e427 httprr: add httprr package (#1296)
* httprr: add HTTP record/replay framework with default API key scrubbing

- Add httprr package for deterministic HTTP testing
- Implement default scrubbing for common API key headers

* httputil: reorganize transport layer and add logging infrastructure

- Replace debug transports with structured logging via slog
- Add comprehensive user agent handling with version info
- Improve transport layer organization and documentation
- Maintain backward compatibility with deprecated types
- Add JSON debug transport with color output support
2025-06-04 08:35:32 -07:00

8 lines
221 B
Plaintext

# Mark httprr recording files as generated
*.httprr linguist-generated=true
*.httprr.gz linguist-generated=true
# Preserve exact line endings in httprr files (HTTP protocol requirement)
*.httprr -text
*.httprr.gz binary