Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.noarch.rpm

Name: go-httplib.go

Project: openSUSE_13.2

Repository: oss

Title: A simple, low-level http library for Go

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

Version: 0.0.0+git20111213

Release: 12.1.4

Architecture: x86_64

Size: 27.6 KB

Build Time: 2014-09-25 20:24:19 +0200 (almost 10 years ago)

Provides

Symbol Required by
go-httplib.go = 0.0.0+git20... go-httplib.go-doc
go-httplib.go(x86-64) = 0.0...
go-httplib.go-devel = 0.0.0...
go-httplib.go-devel-static ...
go-httplib.go = 0.0.0+git20... go-httplib.go-doc

Requires

Symbol Provided by
go >= go1.3.1 go