An open API service indexing awesome lists of open source software.

https://github.com/pkg/requests

HTTP for Gophers
https://github.com/pkg/requests

Last synced: about 2 months ago
JSON representation

HTTP for Gophers

Awesome Lists containing this project

README

        

# requests

[![Build Status](https://travis-ci.org/pkg/requests.svg?branch=master)](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