We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5d6f4 commit 1287a5eCopy full SHA for 1287a5e
README.md
@@ -27,6 +27,8 @@ export HYPERBROWSER_HEADERS='{"X-Correlation-Id":"req-123"}' # optional JSON obj
27
28
`base_url` must start with `https://` (or `http://` for local testing).
29
The SDK normalizes trailing slashes automatically.
30
+When `config` is not provided, client constructors also read `HYPERBROWSER_HEADERS`
31
+automatically (same as API key and base URL).
32
33
You can also pass custom headers (for tracing/correlation) either via
34
`ClientConfig` or directly to the client constructor.
0 commit comments