# Functions
https://github.com/golang/go/issues/60240.
Creates a new Client, with reasonable defaults.
No description provided by the author
No description provided by the author
No description provided by the author
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
No description provided by the author
No description provided by the author
# Interfaces
Doer performs HTTP requests.
# Type aliases
ClientOption allows setting custom parameters during construction.
RequestEditorFn is the function signature for the RequestEditor callback function.