httplib icon indicating copy to clipboard operation
httplib copied to clipboard

A simple, low-level http library for Go

Results 4 httplib issues
Sort by recently updated
recently updated
newest added

one choice remains for func (b *HttpRequestBuilder) Header(key, value string) *HttpRequestBuilder: do we Set or Add in/to the Header? or should we offer the choice? Axel.

Hi, I have a couple things missing, let me know if you'll accept a pull request: 1. In the As{String,Byte...) family of functions, I'm missing AsJson(&jsonStruct), 2. In the As{String,Byte...}...

while trying to install httplib,go, i get $ goinstall github.com/hoisie/httplib.go goinstall: === cd /home/donp/src/go/repo//src/pkg/github.com/hoisie/httplib.go; gomake -f- install 8g -o _go_.8 httplib.go httplib.go:108: cannot use headers (type map[string] string) as type...

Given that httplib is using http.ClientConn, is it Expected that the library not handle the server closing an idle connection on the client? Otherwise would a change along the following...