Documentation
¶
Index ¶
- func Delete(url string, headers http.Header, content interface{}) *request.Request
- func Get(url string, headers http.Header) *request.Request
- func Head(url string, headers http.Header) *request.Request
- func Patch(url string, headers http.Header, content interface{}) *request.Request
- func Post(url string, headers http.Header, content interface{}) *request.Request
- func Put(url string, headers http.Header, content interface{}) *request.Request
- type FormBody
- type MultiPartFormBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MultiPartFormBody ¶
type MultiPartFormBody = request.MultiPartFormBody
Click to show internal directories.
Click to hide internal directories.