cocotyty / httpclient

Make http client easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP Client

eg. search github

httpclient.
		Get("https://github.com/search").
		Query("utf8", "✓").
		Query("q", "httpclient").
		Send().
		String()

see example/github.go

About

Make http client easy

License:MIT License


Languages

Language:Go 100.0%