Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 476 Bytes

File metadata and controls

13 lines (13 loc) · 476 Bytes

webserver

Hello! Let's test the web server!

This server can handle GET and POST requests. You can:

  • request text files:
    • http://127.0.0.1:5000/index.html
  • request images:
    • http://127.0.0.1:5000/image.jpg
  • request grades of students in various subjects;
    • http://127.0.0.1:5000/get-marks?user=vasya&subject=math
  • send marks to students:
    • http://127.0.0.1:5000/send_marks.html In this case, you must fill out a special form.