go-resty: https://github.com/go-resty/resty
godoc   : https://godoc.org/github.com/go-resty/resty

This release brings following:

   - Added `Request.SetContext` for go1.7 and above
   - Fix request body issue on retry 
   - Code quality improvements golint, errcheck, etc
   - Only breaking change is HTTP methods-
         - GET => MethodGet
         - POST => MethodPost
         - PUT => MethodPut
         - DELETE => MethodDelete
         - PATCH => MethodPatch
         - HEAD => MethodHead
         - OPTIONS => MethodOptions
      
*Releases Notes:* https://github.com/go-resty/resty/releases/latest

*Roadmap:*

*v1.0 (soon)*
Go Resty first released on Sep 15, 2015 then go-resty grew gradually as a 
very handy and helpful library of HTTP & REST Client in the golang 
community. I'm planning to freeze API and make v1.0 release.


I appreciate your support & feedback!

Regards,
Jeeva

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to