You can make the following GET requests
- /file/sample.html -- returns the content of the file sample.html
- /json -- returns a json of the /random request
- /random -- returns index.html
- /github?query=users/OWNER/repos -- fetches GitHub repos and displays full_name, ID, and owner login. Example: /github?query=users/amehlhase316/repos
- /stats?nums=1,2,3,4,5 -- Takes a list of numbers and returns: sum, average, max, min
- /repeat?text=hello×=3 -- Repeats a string multiple times
File Structure in www (you can use /file/www/FILENAME):