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))

Tidak ada paket resmi yang tersedia untuk openSUSE Leap 15.5

Distribusi

Distribusi yang tak didukung

Distribusi berikut ini tidak didukung secara resmi. Gunakan paket ini dengan risiko Anda sendiri.

openSUSE:12.1

0.0.0+git20110915

openSUSE:12.2

0.0.0+git20111213

openSUSE:12.3

0.0.0+git20111213

openSUSE:13.1

0.0.0+git20111213

openSUSE:13.2

0.0.0+git20111213