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
    - codemeta.json
    
    purl: pkg:golang/github.com/smallnest/goreq
      
License: MIT
        
Latest release: over 7 years ago
        
First release: over 7 years ago
      
Namespace: github.com/smallnest
      
Dependent packages: 1
      
Dependent repositories: 2
    
      
Stars: 102 on GitHub
      
Forks: 30 on GitHub
      
See more repository details: repos.ecosyste.ms
      
Last synced: 21 days ago