Rest
A basic lightweight HTTP client for Go with included mock features.
- Support almost all http method like GET, POST, PUT, DELETE, PATCH, OPTIONS, etc.
- Auto marshal JSON and XML content-type
Body
intostructs
. - Support for
JSON
andXML
. - Support for custom HTTP clients (in case you only care about the mocking feature).
- Multi headers.
- Timemouts
- Lightway, almost zero dependencies.
MIT