napping icon indicating copy to clipboard operation
napping copied to clipboard

Delete method should support payload

Open njuettner opened this issue 8 years ago • 0 comments

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)

njuettner avatar Jan 13 '16 15:01 njuettner