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))
-
1
derived packages
- Links to openSUSE:12.1:Update / go-httplib.go.756
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:12.1:Update/go-httplib.go && cd $_ - Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000052 52 Bytes |
Comments 0