Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
go-httplib.go
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Meta Configuration of Package go-httplib.go
<package name="go-httplib.go" project="openSUSE:12.2"> <title>A simple, low-level http library for Go</title> <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))</description> <person userid="andtecheu" role="bugowner"/> </package>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor