Skip to content

cli to make concurrent http calls

Notifications You must be signed in to change notification settings

jkonarze/concurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI codecov

Concurl

The concurl is just a simple cli tool created to make multiple http requests concurrently. Built using go and cobra. Made with ❤️

How To Use

Checkout the code and run go install from inside the directory. Once you get binary simply run concurl --help to learn more about the tool :)

Contribution

Please, open a Pull Request, preferably add some tests :)