diff --git a/README.md b/README.md index b640af6..3b8153c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A netcat like tool for analysing/mocking HTTP requests (from both server and client perspective). My first experiment with Go. +## Usage Usage: @@ -27,3 +28,14 @@ -response or -r [response code] : Status code to respond with. Defaults to 204. -cors or -c : Enable Cross Origin Resource Sharing support. -separator or -s [separator string] : Use the provided separator to separate messages. + +## Building + +``` +cd src +go build +``` + +## To Do + +Add support for DELETE, PUT, and POST requests in client mode. \ No newline at end of file