https://github.com/suzuki-shunsuke/go-httpclient
Go's simple HTTP client
https://github.com/suzuki-shunsuke/go-httpclient
library oss
Last synced: 9 months ago
JSON representation
Go's simple HTTP client
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/go-httpclient
- Owner: suzuki-shunsuke
- License: mit
- Created: 2020-02-02T07:12:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T17:13:16.000Z (over 3 years ago)
- Last Synced: 2024-04-15T01:18:27.448Z (about 2 years ago)
- Topics: library, oss
- Language: Go
- Homepage: https://pkg.go.dev/github.com/suzuki-shunsuke/go-httpclient/httpclient
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-httpclient
[](https://pkg.go.dev/github.com/suzuki-shunsuke/go-httpclient/httpclient)
[](https://cloud.drone.io/suzuki-shunsuke/go-httpclient)
[](https://codeclimate.com/github/suzuki-shunsuke/go-httpclient/test_coverage)
[](https://goreportcard.com/report/github.com/suzuki-shunsuke/go-httpclient)
[](https://github.com/suzuki-shunsuke/go-httpclient)
[](https://github.com/suzuki-shunsuke/go-httpclient/releases)
[](https://raw.githubusercontent.com/suzuki-shunsuke/go-httpclient/master/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](LICENSE)