Skip to content

Commit 3fc1835

Browse files
authored
Merge release pull request
2 parents b2dc878 + 3a56461 commit 3fc1835

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@ For help type **erised -h**
2020

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

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

25-
Response behaviour is controlled via custom http headers:
25+
|Name|Purpose|
26+
|--|--|
27+
|erised/headers|Returns all the request headers|
28+
|erised/ip|Returns the client IP|
29+
|erised/info|Returns miscellaneous information|
30+
31+
Response behaviour is controlled via custom headers in the http request:
2632

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

0 commit comments

Comments
 (0)