A simple, low-level http library for Go

Edit Package go-httplib.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))

Refresh
Refresh
Source Files
Filename Size Changed
go-httplib.go.changes 0000001360 1.33 KB
go-httplib.go.spec 0000002228 2.18 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's avatar Adrian Schröter (adrianSuSE) committed (revision 1)
Split 13.2 from Factory
Comments 0
openSUSE Build Service is sponsored by