go-httplib.go

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 ("<a href="http://google.com">http://google.com</a> ", "GET", nil, "") data := ioutil.ReadAll( resp.Body ) println(string(data))

沒有可用的 openSUSE Leap 15.5 官方套件

發行版

不支援的發行版本

下列發行版本並未被官方支援。使用這些套件需要自行承擔風險。

openSUSE:12.1

openSUSE:12.2

openSUSE:12.3

openSUSE:13.1

openSUSE:13.2