https://github.com/pkg/requests
HTTP for Gophers
https://github.com/pkg/requests
Last synced: about 2 months ago
JSON representation
HTTP for Gophers
- Host: GitHub
- URL: https://github.com/pkg/requests
- Owner: pkg
- License: bsd-2-clause
- Created: 2017-03-14T07:59:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T01:40:26.000Z (over 6 years ago)
- Last Synced: 2025-03-26T13:45:24.139Z (2 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 61
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# requests
[](https://travis-ci.org/pkg/requests)
HTTP for Gophers.
## Roadmap
requests temporarily uses the net/http package, but plans to move to its own HTTP/1.1 and HTTP/2.0 client.
* [ ] HTTP/1.1 and HTTP/2.0 support
* [ ] RFC 2068 proxy support
* [ ] SOCKS4/5 proxy support