- option set baseURL that will be used for every request
- option to set headers that will be used for every request
- option to provide
beforeRequestmiddleware - option to enable debug mode (outputs request and response using curl-like output)
- option to unmarshal 2xx response body into strong type
- option to unmarshal 4xx+ response body into strong type
- option to unmarshal response body into string
- option to provide query params
- option to enable otel meters
- option to enable otel tracing!?!?