You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,13 @@ URL routes, HTTP methods (e.g. GET, POST, PATCH, etc.), query strings and body a
52
52
| erised/ip | GET | Returns the client IP |
53
53
| erised/shutdown | POST | Shutdowns the server |
54
54
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.
0 commit comments