diff --git a/Readme.md b/README.md similarity index 94% rename from Readme.md rename to README.md index 4ac692c..f560e66 100644 --- a/Readme.md +++ b/README.md @@ -29,11 +29,14 @@ HTTP/1.1 200 OK Message send by the client: ``` -"Hello from client" +GET / HTTP/1.1 +Host: localhost:8000 +Accept: */* + ``` ## Testing and Usage Servers returns the HTTP responses so these can also be tested and/or used using the browsers also. ## Contributions -Contributions and other suggestions are welcome. Submit a pull request. \ No newline at end of file +Contributions and other suggestions are welcome. Submit a pull request.