Skip to content

suzuki-shunsuke/go-httpclient

Repository files navigation

go-httpclient

GoDoc Build Status Test Coverage Go Report Card GitHub last commit GitHub tag License

Go's simple HTTP client.

Assumption

  • The format of request and response body is JSON
  • If the response status code is greater equal than 300, it is treated as an error response

License

MIT