Client
Last updated
Last updated
The client is the party that will send the request to the server.
When you create an HTTP client, you can specify the following options : Transport
(type : http.RoundTripper
): You can custom the way your HTTP requests will be executed by setting this field to a type that implements the type interface http.RoundTripper
.