A simple, low-level http library for Go
httplib.go is a simple extension of Go's http client that provides keep-alive
connections and generic requests. This is a small usage example:
//get the google home page
c := new(httplib.Client)
resp, err := c.Request ("http://google.com", "GET", nil, "")
data := ioutil.ReadAll( resp.Body )
println(string(data))
- Sources inherited from project openSUSE:12.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:lafenghu/go-httplib.go && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
go-httplib.go.changes | 0000001179 1.15 KB | |
go-httplib.go.spec | 0000002156 2.11 KB | |
httplib.go-0.0.0+git20111213.tar.bz2 | 0000002950 2.88 KB | |
httplib.go-weekly-fixes.patch | 0000011970 11.7 KB |
Latest Revision
Adrian Schröter (adrianSuSE)
committed
(revision 1)
branched from openSUSE:Factory
Comments 0