https://github.com/wzshiming/requests
Go HTTP Requests for Humans
https://github.com/wzshiming/requests
client forhumans http requests
Last synced: 3 months ago
JSON representation
Go HTTP Requests for Humans
- Host: GitHub
- URL: https://github.com/wzshiming/requests
- Owner: wzshiming
- License: mit
- Created: 2018-05-30T12:53:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T18:53:07.000Z (over 2 years ago)
- Last Synced: 2025-03-04T03:42:58.958Z (7 months ago)
- Topics: client, forhumans, http, requests
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP Requests for Humans
[](https://goreportcard.com/report/github.com/wzshiming/requests)
[](https://godoc.org/github.com/wzshiming/requests)
[](https://github.com/wzshiming/requests/blob/master/LICENSE)- [English](https://github.com/wzshiming/requests/blob/master/README.md)
- [简体中文](https://github.com/wzshiming/requests/blob/master/README_cn.md)## Install
``` shell
go get -u -v github.com/wzshiming/requests
```## Usage
[API Documentation](https://godoc.org/github.com/wzshiming/requests)
[Example](https://godoc.org/github.com/wzshiming/translate)
## License
Pouch is licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/requests/blob/master/LICENSE) for the full license text.