|
func (c *Controller) RequestGeneric(method string, host string, path string, hdrs *http.Header, body io.Reader) ([]byte, *http.Header, int, error) {
|
|
func (c *Controller) RequestGeneric(method string, host string, path string, hdrs *http.Header, body io.Reader) ([]byte, *http.Header, int, error) {
|
|
reqUrl := fmt.Sprintf("https://%s%s", host, path)
|
|
reqUrl := fmt.Sprintf("https://%s%s", host, path)
|