Hi,
is there any chance to implement it?
Right now your support url.Values:
func Delete(url string, p _url.Values, result, errMsg interface{}) (_Response, error)
It would be great if you would support it in the same way like http
func NewRequest(method, urlStr string, body io.Reader) (*Request, error)
Hi,
is there any chance to implement it?
Right now your support url.Values:
func Delete(url string, p _url.Values, result, errMsg interface{}) (_Response, error)
It would be great if you would support it in the same way like http
func NewRequest(method, urlStr string, body io.Reader) (*Request, error)