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))
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:12.1/go-httplib.go && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
go-httplib.go.changes | 0000000504 504 Bytes | |
go-httplib.go.spec | 0000001794 1.75 KB | |
httplib.go-0.0.0+git20110915.tar.bz2 | 0000002965 2.9 KB | |
rpmlintrc | 0000000163 163 Bytes |
Comments 0