Application to send http requests and log the md5 responses with a parallel request worker limit flag
-
test project
make tests
-
build the project
make build
NOTE : this will create an executable file myhtp
./myhttp -parallel 3 google.com yahoo.com http://www.adjust.com
./myhttp http://www.adjust.com http://google.com
- If the domain is incorrect and not possible to do an request it will return an error specifying the respective domain and the error
- but all other working domains will respond successfully