Documentation ¶
Index ¶
- func AddFormFileTo(body io.Writer, formFiles map[string]map[string]io.Reader) (contentType string, err error)
- func MustParse(rawUrl string) *url.URL
- func NewPostRequest(url string, formFiles map[string]map[string]io.Reader) (*http.Request, error)
- func NewPutRequest(url string, formFiles map[string]map[string]io.Reader) (*http.Request, error)
- type Request
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFormFileTo ¶
func NewPostRequest ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.