Documentation ¶
Index ¶
- func MustDelete(url string, payload io.Reader) *http.Request
- func MustGet(url string) *http.Request
- func MustHead(url string) *http.Request
- func MustPatch(url string, payload io.Reader) *http.Request
- func MustPost(url string, payload io.Reader) *http.Request
- func MustPut(url string, payload io.Reader) *http.Request
- func ReadBody(response *http.Response) ([]byte, error)
- func ReadBytes(client *http.Client, request *http.Request) ([]byte, *http.Response, error)
- func ReadString(client *http.Client, request *http.Request) (string, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.