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?num1=5&num2=10 -- multiplies two integer numbers and returns the result
- /github?query=users/amehlhase316/repos -- gets the user's public GitHub repositories and displays each repository's full name, ID, and owner login
- /tip?bill=50&percent=20 -- calculates the tip amount and total bill using the bill amount and tip percentage
- /temperature?value=100&scale=C -- converts a temperature between Celsius and Fahrenheit using the value and scale
File Structure in www (you can use /file/www/FILENAME):