You can make the following GET requests

File Structure in www (you can use /file/www/FILENAME):

/sort

Sorts a comma-separated list of integers in ascending or descending order.

parameters:

Example: /sort?numbers=5,3,9,1&order=asc

/rectangle

Draws a rectangle using asterisks and calculates its area.

parameters:

  • length — width of each row, positive integer up to 50
  • width — number of rows, positive integer up to 50
  • Example: /rectangle?length=5&width=3