Documentation
¶
Index ¶
- func HandleGet(url string) (*http.Response, error)
- func HandleRequest(url, method string, timeout int) (int, []byte, error)
- func HandleRequestWithClient(client *http.Client, url, method string, timeout int) (int, []byte, error)
- func PostLocalCore(url string) error
- func RequestFile(url, method string, timeout int) (io.ReadCloser, context.CancelFunc, error)
- type RequestResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleRequestWithClient ¶
func PostLocalCore ¶
func RequestFile ¶
func RequestFile(url, method string, timeout int) (io.ReadCloser, context.CancelFunc, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.