Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 512 Bytes

File metadata and controls

10 lines (10 loc) · 512 Bytes
  • option set baseURL that will be used for every request
  • option to set headers that will be used for every request
  • option to provide beforeRequest middleware
  • 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!?!?