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 |