Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client provides a wrapper around http client
type GlobalOptions ¶
global client options
type Options ¶
type Options struct { Url string Method string Headers http.Header Body interface{} Query map[string]string }
options object
type Response ¶
func (*Response) GetHeaders ¶
response wrapper for returning headers filed from response
func (*Response) GetStatusCode ¶
response wrapper for returning the status code
Click to show internal directories.
Click to hide internal directories.