Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnyClient ¶
type AnyClient interface { Do(req *http.Request) (*http.Response, error) Get(url string) (*http.Response, error) Head(url string) (*http.Response, error) Post(url string, contentType string, body io.Reader) (*http.Response, error) PostForm(url string, data url.Values) (*http.Response, error) }
Interface of client that is accepted by this class. http.Client is satisfying these dependencies.
Click to show internal directories.
Click to hide internal directories.