SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

golang-github-hoisie-httplib rpm build for : OpenSuSE. For other distributions click golang-github-hoisie-httplib.

Name : golang-github-hoisie-httplib
Version : 0.0.0+git20120409.3cbb2f7 Vendor : openSUSE
Release : 3.1 Date : 2017-08-17 11:27:14
Group : Development/Languages/Other Source RPM : golang-github-hoisie-httplib-0.0.0+git20120409.3cbb2f7-3.1.src.rpm
Size : 0.01 MB
Packager : http://bugs_opensuse_org
Summary : 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))

RPM found in directory: /vol/rzm3/linux-opensuse/update/leap/42.3/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  golang-github-hoisie-httplib-0.0.0+git20120409.3cbb2f7-3.1.noarch.rpm
     

Provides :
go-httplib.go
golang-github-hoisie-httplib
golang(github.com/hoisie/httplib)

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/share/doc/packages/golang-github-hoisie-httplib
/usr/share/doc/packages/golang-github-hoisie-httplib/LICENSE
/usr/share/doc/packages/golang-github-hoisie-httplib/Readme.md
/usr/share/go/contrib/src
/usr/share/go/contrib/src/github.com
/usr/share/go/contrib/src/github.com/hoisie
/usr/share/go/contrib/src/github.com/hoisie/httplib
/usr/share/go/contrib/src/github.com/hoisie/httplib/httplib.go
/usr/share/go/contrib/src/github.com/hoisie/httplib/httplib_test.go

 
ICM