Development/Languages/Other

go-httplib.go: A simple, low-level http library for Go

IInfo.png projhp.png wikart.png
(auf gut Glück) (meist engl.) (falls vorhanden)

Zusammenfassung (meist engl.)
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))
Installieren: go-httplib.go.jpg Status: go-httplib.go.png Umfang:27 KiB