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
/upload : upload files to the uploads directory. Performs sanitization before uploading. Creates a tmp file in the uploads directory and copies the received file to it. Renames it with a safe and unique name with the right extension.
-/download : download files from the upload directory. Mention file name in the 'file' query of the url. Returns error if file is not found.
-/stats: returns request metrics in JSON.
-/work: simulates CPU bound work. Computes prime numbers from 2 to the limit mentioned in the request URLs 'limit' query. Ends the process with logs as soon as client disconnects.
-/health: Return OK if server is running.