We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efbd43 commit b55847aCopy full SHA for b55847a
1 file changed
README.md
@@ -34,6 +34,7 @@ automatically (same as API key and base URL).
34
You can also pass custom headers (for tracing/correlation) either via
35
`ClientConfig` or directly to the client constructor.
36
Header keys/values must be strings; header names are trimmed and newline characters are rejected.
37
+Duplicate header names are rejected after normalization (e.g., `"X-Trace"` and `" X-Trace "`).
38
39
```python
40
from hyperbrowser import ClientConfig, Hyperbrowser
0 commit comments