Skip to content

Another golang http client with native mock support

Notifications You must be signed in to change notification settings

andresmijares/goat-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest

A basic lightweight HTTP client for Go with included mock features.

Features

  • Support almost all http method like GET, POST, PUT, DELETE, PATCH, OPTIONS, etc.
  • Auto marshal JSON and XML content-type Body into structs.
  • Support for JSON and XML.
  • Support for custom HTTP clients (in case you only care about the mocking feature).
  • Multi headers.
  • Timemouts
  • Lightway, almost zero dependencies.

License

MIT

About

Another golang http client with native mock support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages