request icon indicating copy to clipboard operation
request copied to clipboard

A developer-friendly HTTP request library for Gopher.

Results 6 request issues
Sort by recently updated
recently updated
newest added

When I use request, some request need this option, so i add it to Args struct

When you set a proxy, applyProxy will recreate a new Transport. So the connection pool cached in original Transport object will be discarded. So I changed applyProxy in request/proxy_go12.go as...

if i use your library i got the uncorrect encode return , but i got the correct return while i use the http library > testResp, err := http.Get("http://192.168.142.128/test.php") >...