Skip to content

tinaaliakbarpour/myHttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my Http Tool

It is a simple Http tool to send request in parallel to the specified Url that would be given in command line.

How to Run:

you can run tests by :

make test

you can build the project by:

make build

you can install dependencies by :

make vendor

to specify the number of parallel requests you can use the below command :

./myhttp -parallel 3 http://google.com http://adjust.com http://facebook.com

you can specify the concurrency limit like above and if you don't use parallel flag the default number is 10.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published