//
pkg.gl
Category
github.com/caicloud/nirvana
rest
package
0.3.1
Repository:
https://github.com/caicloud/nirvana.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
17
Dependents
0
Files
515 SLOC
#
Functions
IsRESTError
IsRESTError checks if an error is generated from this package.
NewClient
NewClient creates a client.
#
Structs
Client
Client implements builder pattern for http client.
Config
Config is rest client config.
Request
Request describes a http request.
#
Interfaces
RequestExecutor
RequestExecutor implements a http client.