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
- /multiply -- takes num1 and num2 and returns a multiplied integer
- /github?query=users/amehlhase316/repos -- returns the id, name, and username from json script
- /story?
- /addline?text=
- /editLine?index=1&text=Hello
- /tictactoe?row=1&col=1
File Structure in www (you can use /file/www/FILENAME):