Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 4.4% on proxy.golang.org
Top 5.8% dependent packages on proxy.golang.org
Top 3.5% dependent repos on proxy.golang.org
Top 4.0% forks on proxy.golang.org

proxy.golang.org : github.com/smallnest/goreq

Package goreq is a simplified http client. Its initial codes are cloned from [HttpRequest](https://github.com/parnurzeal/gorequest). I have refactored the codes and make it more friendly to programmers. And some bugs are fixed and new features are added. goreq makes http thing more simple for you, using fluent styles to make http client more awesome. You can control headers, timeout, query parameters, binding response and others in one line: req, err := http.NewRequest("GET", "http://example.com", nil) req.Header.Add("If-None-Match", `W/"wyzzy"`) resp, err := client.Do(req) resp, body, errs := goreq.New().Get("http://example.com").

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/smallnest/goreq
License: MIT
Latest release: almost 6 years ago
First release: almost 6 years ago
Namespace: github.com/smallnest
Dependent packages: 1
Dependent repositories: 2
Stars: 104 on GitHub
Forks: 33 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 10 days ago

    Loading...
    Readme
    Loading...