Skip to content

Commit ee6a0d7

Browse files
Document header input sanitation constraints
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 3b4d93d commit ee6a0d7

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
@@ -32,6 +32,7 @@ automatically (same as API key and base URL).
3232

3333
You can also pass custom headers (for tracing/correlation) either via
3434
`ClientConfig` or directly to the client constructor.
35+
Header keys/values must be strings; header names are trimmed and newline characters are rejected.
3536

3637
```python
3738
from hyperbrowser import ClientConfig, Hyperbrowser

0 commit comments

Comments
 (0)