Skip to content

Valeriya-avt/webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors