The HTTP client to use in the SDK.
public Unit httpClient(HttpClient httpClient)The HTTP client to use in the SDK.
Use the one published in langsmith-java-client-okhttp or implement your own.
This class takes ownership of the client and closes it when closed.
| Name | Type | Description |
|---|---|---|
httpClient* | HttpClient |