SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : golang-github-hoisie-httplib
Version : 0.0.0+git20120409.3cbb2f7 Vendor : obs://build_opensuse_org/home:vpereirabr
Release : 1.1 Date : 2017-03-04 15:03:13
Group : Development/Languages/Other Source RPM : golang-github-hoisie-httplib-0.0.0+git20120409.3cbb2f7-1.1.src.rpm
Size : 0.07 MB
Packager : (none)
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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/vpereirabr:/AP/openSUSE_Tumbleweed/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
go-httplib.go
golang(github.com/hoisie/httplib)
golang-github-hoisie-httplib
golang-github-hoisie-httplib(x86-64)
golang-github-hoisie-httplib-devel
golang-github-hoisie-httplib-devel-static

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


Content of RPM :
/usr/lib64/go/contrib/pkg/linux_amd64/github.com
/usr/lib64/go/contrib/pkg/linux_amd64/github.com/hoisie
/usr/lib64/go/contrib/pkg/linux_amd64/github.com/hoisie/httplib.a
/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

 
ICM