mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-07-19 13:45:47 -04:00
94f289e427
* 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
8 lines
221 B
Plaintext
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
|