/httpdump

tiny program to dump raw http request

Primary LanguageGo

httpdump

tiny program to dump raw http request

usage

> go get github.com/imzjy/httpdump
> $GOPATH/bin/httpdump -h
> $GOPATH/bin/httpdump

todo

  • response based on regex, support type of string and file, like
/getfile/, file, c:\test.txt
/ip/, string, 192.168.1.1
/hostname/, string, myhost