/request

mockable, easy to use, simplest HTTP client, created for my basic projects

Primary LanguageGo

request - sends http request that's it

client := request.New()

resp, _ := client.GET("https://google.com.tr")