Skip to content

Commit 963c8ca

Browse files
committed
Update README
1 parent 6cabcfa commit 963c8ca

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ 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.
55+
The `erised/echoserver` path will ignore any additional segments after `/echoserver`, including HTTP methods, query strings and body, and it will return a webpage displaying server information and the request's parameters.
5656

57-
| Name | Method | Purpose |
58-
|------------------|--------|-------------------------------------------------------|
59-
| erised/webpage/* | any | Returns a webpage displaying the request's parameters |
57+
| Name | Method | Purpose |
58+
|---------------------|--------|------------------------------------------------------------------------------|
59+
| erised/echoserver/* | any | Returns a webpage displaying server information and the request's parameters |
6060

61-
Response behaviour is controlled via custom headers in the http request:
61+
Erised's response behaviour is controlled via custom headers in the http request:
6262

6363
| Name | Purpose |
6464
|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -110,6 +110,7 @@ NetworkAuthenticationRequired or 511
110110
Any other value will resolve to 200 (OK)
111111

112112
# Release History
113+
* v0.9.6 - Rename _erised/webpage_ to _erised/echoserver_ and add headers and server environment information
113114
* v0.8.3 - Add _erised/webpage_ path, add multi-architecture docker images, minor refactoring, and minor cosmetic changes
114115
* v0.7.0 - Improve response file processing and security, change logging type, and minor source code readability changes
115116
* v0.6.11 - Further server shutdown improvements, minor efficiency improvements, general code refactoring and bug fixes

0 commit comments

Comments
 (0)