\ping: simple endpoint to check if the server is up and running
\request?size=<int>: returns a response with fixed size of bytes in the body. Note: A byte array is allocated per request
which means that you can get the server OOM with a big enough size.