You can make the following GET requests
/file/sample.html
-- returns the content of the file sample.html
/file/sample.html
/json
-- returns a json of the /random request
/json
/random
-- returns index.html
/random
/multiply?num1=3&num2=4
/multiple?num1=3&num2=4
Multiplies two numbers and returns the result.
/github?query=users/amehlhase316/repos
/github?query=users/amehlhase316/repos
Retrieves GitHub repository information.
/temperature?value=100&scale=C
/temperature?value=100&scale=C
Converts temeratures between Celsius and Fahrenheit. Use scale=C for Celsius or scale=F for Fahrenheit.
/rectangle?width=10&height=5
/rectangle?width=10&height=5
Calculates the area and perimeter of a rectangle.
File Structure in www (you can use /file/www/FILENAME):
index.html
root.html