pckushan / request-logging-tool

This tool logs the md5 codes of the responses of the given domains in parameter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This tool logs the md5 codes of the responses of the given domains in parameter


Languages

Language:Go 98.4%Language:Makefile 1.6%