//
pkg.gl
Category
github.com/hyperhq/hyper-api
client
transport
package
0.4.0
Repository:
https://github.com/hyperhq/hyper-api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
74 SLOC
#
Packages
cancellable
Package cancellable provides helper function to cancel http requests.
#
Functions
NewTransportWithHTTP
NewTransportWithHTTP creates a new transport based on the provided proto, address and http client.
#
Interfaces
Client
Client is an interface that abstracts all remote connections.
Sender
Sender is an interface that clients must implement to be able to send requests to a remote connection.