Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
[docs] Fix ConversationRequestOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson committed Sep 9, 2023
1 parent 6f98305 commit 43a7787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The options you pass are conveniently the same as the [`toJSON`](#serialization-
- `password`: The proxy password.

> A header `Proxy-Authorization` is automatically added to the request with the proxy authentication.
> You shouldn't need to add it yourself unless you want to override the default value of "Basic {auth}" where `{auth}` is a base64-encoded string of the `username:password`.
> You shouldn't need to add it yourself unless you want to override the default value of "Basic \{auth\}" where `{auth}` is a base64-encoded string of the `username:password`.
## Serialization and Deserialization

Expand Down

0 comments on commit 43a7787

Please sign in to comment.