Skip to content

Commit e1c49a2

Browse files
committed
📝 add note to transport option
1 parent 43254cd commit e1c49a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ When provided, githubkit will forward the transport to create the client. This i
9999
- injecting test-only transports (for example `httpx.MockTransport`) to stub responses in unit tests;
100100
- using alternative transports provided by HTTPX or third parties.
101101

102-
Note that if you pass `None` to the option, the default transport will be created by HTTPX.
102+
Note that if you provide a custom transport, proxy environment variables will have no effect. If you set the option to `None`, HTTPX will create the default transport.
103103

104104
### `cache_strategy`
105105

0 commit comments

Comments
 (0)