# Functions
Do sends an HTTP request with the given arguments and returns an HTTP response.
DoRequest sends an HTTP request and returns an HTTP response.
NewService returns a remote service with the given name.
NewServiceWithClient returns a remote service with the given name.
Parse parses the response.
ParseHeaders parses the response headers.
ParseJsonBody parses the response body, which should be in json content type.
# Variables
ErrGetWithBody indicates that GET request with body.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author