package
0.1.0
Repository: https://github.com/dispatchrun/dispatch-go.git
Documentation: pkg.go.dev

# Functions

FromResponse creates a Response from an http.Response.
Get makes an HTTP GET request to the specified URL and returns its Response.

# Variables

DefaultClient is the default client.

# Structs

Client wraps an http.Client to accept Request instances and return Response instances.
Request is an HTTP request.
Response is an HTTP response.