napping
napping copied to clipboard
Golang HTTP client library
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...
Hello, May I know if there's any example on how to upload files using napping (content-type: multipart/form) ? Thanks.
Would it make sense that since Napping's Get() method does not allow returning `Nil` for a payload object, the library returns error if such response from a service is received?...
Hi, A while back there was a fix to include query parameters in POST requests too (https://github.com/jmcvetta/napping/issues/12). There is a small inconsistency with the API now, in that Session.Post accepts...