Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wzshiming/requests
Go HTTP Requests for Humans
https://github.com/wzshiming/requests
client forhumans http requests
Last synced: 18 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T18:53:07.000Z (over 1 year ago)
- Last Synced: 2024-06-21T18:48:03.384Z (5 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
[![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/requests)](https://goreportcard.com/report/github.com/wzshiming/requests)
[![GoDoc](https://godoc.org/github.com/wzshiming/requests?status.svg)](https://godoc.org/github.com/wzshiming/requests)
[![GitHub license](https://img.shields.io/github/license/wzshiming/requests.svg)](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.