# Packages
No description provided by the author
# Functions
CachedPaginationNextURL will attempt to return a cached URL with last index if there exists a URL with a last index smaller than the offset provided.
DeleteRequest creates a request with DELETE method and the given rawUrl.
GetRequest creates a request with GET method and the given rawUrl.
HeadRequest creates a request with HEAD method and the given rawUrl.
NewClient creates a client.
NewRequest creates a new request with a given rawUrl.
Creates a request with HTTP OPTIONS.
PatchRequest creates a request with PATCH method and the given rawUrl.
PostRequest creates a request with POST method and the given rawUrl.
PutRequest creates a request with PUT method and the given rawUrl.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrEmptyResponseBody means the client receives an unexpected empty response from server.
# Structs
No description provided by the author
Client is a simple HTTP and REST client.
ErrorResponse is the status code and response received from the server when an error occurs.
File represents a file upload in HTTP request.
Request represent a REST request.