Simple HTTP, REST, and SSE client library for Go
Go to https://resty.dev and refer to godoc.
Use go1.21 and above.
Resty releases versions according to Semantic Versioning
- Resty v3 provides Go Vanity URL 
resty.dev/v3. - Resty v2 migrated away from 
gopkg.inservice,github.com/go-resty/resty/v2. - Resty fully adapted to 
go modcapabilities sincev1.10.0release. - Resty v1 series was using 
gopkg.into provide versioning.gopkg.in/resty.vXpoints to appropriate tagged versions;Xdenotes version series number and it's a stable release for production use. For e.g.gopkg.in/resty.v0. 
I would welcome your contribution!
- If you find any improvement or issue you want to fix, feel free to send a pull request.
 - The pull requests must include test cases for feature/fix/enhancement with patch coverage of 100%.
 - I have done my best to bring pretty good coverage. I would request contributors to do the same for their contribution.
 
I always look forward to hearing feedback, appreciation, and real-world usage stories from Resty users on GitHub Discussions. It means a lot to me.
Jeevanandam M. (jeeva@myjeeva.com)
Have a look on Contributors page.
Resty released under MIT LICENSE.
Resty Documentation and website released under Apache-2.0 LICENSE.