Skip to content

Commit 12d889a

Browse files
committed
Update README
1 parent 52092d6 commit 12d889a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ URL routes, HTTP methods (e.g. GET, POST, PATCH, etc.), query strings and body a
5252
| erised/ip | GET | Returns the client IP |
5353
| erised/shutdown | POST | Shutdowns the server |
5454

55+
The `erised/webpage` path will ignore any additional segments after `/webpage`, HTTP methods, query strings and body, and will return a webpage displaying the request's parameters.
56+
57+
| Name | Method | Purpose |
58+
|------------------|--------|-------------------------------------------------------|
59+
| erised/webpage/* | any | Returns a webpage displaying the request's parameters |
60+
5561
Response behaviour is controlled via custom headers in the http request:
5662

5763
| Name | Purpose |
@@ -104,6 +110,7 @@ NetworkAuthenticationRequired or 511
104110
Any other value will resolve to 200 (OK)
105111

106112
# Release History
113+
* v0.8.3 - Add _erised/webpage_ path, add multi-architecture docker images, minor refactoring, and minor cosmetic changes
107114
* v0.7.0 - Improve response file processing and security, change logging type, and minor source code readability changes
108115
* v0.6.11 - Further server shutdown improvements, minor efficiency improvements, general code refactoring and bug fixes
109116
* v0.6.7 - Improve server shutdown handling, and restrict allowed methods for _erised/headers_, _erised/ip_, _erised/info_ and _erised/shutdown_ routes

0 commit comments

Comments
 (0)