Skip to content

Commit

Permalink
Merge release pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
EAddario authored Jan 1, 2021
2 parents b2dc878 + 3a56461 commit 3fc1835
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ For help type **erised -h**

Upon executing **erised** with no parameters it will listen on port **8080** for incoming http requests.

HTTP verbs (e.g. GET, POST, PATCH, etc.), URL Paths, query strings and body are **ignored**.
HTTP methods (e.g. GET, POST, PATCH, etc.), query strings and body are **ignored**. URL Paths are also ignored, except for:

Response behaviour is controlled via custom http headers:
|Name|Purpose|
|--|--|
|erised/headers|Returns all the request headers|
|erised/ip|Returns the client IP|
|erised/info|Returns miscellaneous information|

Response behaviour is controlled via custom headers in the http request:

|Name|Purpose|
|--|--|
Expand Down Expand Up @@ -171,6 +177,7 @@ Server refuses to brew coffee because it is, permanently, a teapot.
```
# Release History
* v0.0.3 - Add headers, ip and info paths. Add delayed responses
* v0.0.2 - Add HTTP redirection status codes (300's), startup configuration parameters and request's logging
* v0.0.1 - Initial release
Expand Down

0 comments on commit 3fc1835

Please sign in to comment.