Categorygithub.com/pckushan/request-logging-tool
repositorypackage
1.0.1
Repository: https://github.com/pckushan/request-logging-tool.git
Documentation: pkg.go.dev

# README

request-logging-tool

Application to send http requests and log the md5 responses with a parallel request worker limit flag

How to run

  • 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

Errors

  • 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