Skip to content

qmaru/minireq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minireq

Simple HTTP Client.

Feature

  • Socks5 Proxy
  • HTTP Basic Auth
  • Params
  • JSON
  • Form
  • Upload File
  • Raw Response
  • JSON Response
  • Cookies

Example

client := NewClient()
params := Params{"foo": "bar"}
res, _ := client.Get("https://postman-echo.com/get", params)
data, _ := res.RawJSON()
fmt.Println(data)

About

Simple to use go http package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages