Skip to content

Commit b55847a

Browse files
Document duplicate-header normalization rejection
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 1efbd43 commit b55847a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ automatically (same as API key and base URL).
3434
You can also pass custom headers (for tracing/correlation) either via
3535
`ClientConfig` or directly to the client constructor.
3636
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 "`).
3738

3839
```python
3940
from hyperbrowser import ClientConfig, Hyperbrowser

0 commit comments

Comments
 (0)