From 6da83906cf8389271c0cd20930b4a0855d17805a Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Fri, 5 Oct 2018 21:35:13 +0530 Subject: [PATCH] Update README.md Make consistent with client.* --- Readme.md => README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename Readme.md => README.md (94%) 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.