//
pkg.gl
Category
github.com/dispatchrun/dispatch-go
dispatchhttp
package
0.1.0
Repository:
https://github.com/dispatchrun/dispatch-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
166 SLOC
#
Functions
FromResponse
FromResponse creates a Response from an http.Response.
Get
Get makes an HTTP GET request to the specified URL and returns its Response.
#
Variables
DefaultClient
DefaultClient is the default client.
#
Structs
Client
Client wraps an http.Client to accept Request instances and return Response instances.
Request
Request is an HTTP request.
Response
Response is an HTTP response.