GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
1
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
mark.george
/
httpcat
Browse code
Update README.md
master
1 parent
ac59eab
commit
a50101ba228d9a6cca14c530d496e8a36fbd7b79
Mark
authored
on 30 May 2014
Patch
Showing
1 changed file
README.md
Ignore Space
Show notes
View
README.md
httpcat =============== A netcat like tool for analysing HTTP requests (from both server and client perspective). My first experiment with Go. Usage: Client mode httpcat -get [options] http://uri-to-send-request-to.com Server mode httpcat -listen [options] Options (client or server mode) -complete or -c : Display entire request/response instead of just the body. -verbose or -v : Be verbose. Options (server mode only) -port or -p [port] : Port to listen on. -body or -b [body message] : Body to respond with. Status will default to 200. -status or -s [status code] : Status code to respond with. Defaults to 204.
httpcat =============== A netcat like tool for analysing HTTP requests (from both server and client perspective). My first experiment with Go.
Show line notes below