napping icon indicating copy to clipboard operation
napping copied to clipboard

Golang HTTP client library

Results 4 napping issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Hello, May I know if there's any example on how to upload files using napping (content-type: multipart/form) ? Thanks.

question

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?...

question

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...

question