An open API service indexing awesome lists of open source software.

https://github.com/flyer-dm/web-server

Учебная низкоуровневая работа с веб через sockets на python
https://github.com/flyer-dm/web-server

html python web

Last synced: about 1 year ago
JSON representation

Учебная низкоуровневая работа с веб через sockets на python

Awesome Lists containing this project

README

          

Лабораторная работа "Низкоуровневая работа с веб"

1.Файл настройки сервера:

![image](https://user-images.githubusercontent.com/113033685/206653205-05aa6a21-92b4-475a-894f-640a896aeb2c.png)

2.Работа сервера:
![image](https://user-images.githubusercontent.com/113033685/206653267-20bda7d3-810e-45d5-9639-df162bed8493.png)

3.Обработка ошибки 404:

![image](https://user-images.githubusercontent.com/113033685/206653352-1f1b7529-3ccc-4e90-8ecd-f332660daa6e.png)
![image](https://user-images.githubusercontent.com/113033685/206653364-5b2d5db4-1b86-43ea-8049-8f838d723429.png)

4.Многопоточность сервера:
![image](https://user-images.githubusercontent.com/113033685/206653463-f891facd-4710-4f03-97c6-ea33cda5cbcb.png)

5.Обработка ошибки 403:

![image](https://user-images.githubusercontent.com/113033685/206653505-e83400b1-75a5-44fc-a12c-d103717bd762.png)
![image](https://user-images.githubusercontent.com/113033685/206653512-cfac21d1-9742-4cce-bc86-bb585d5142b9.png)

6.Поддержка картинок:
![image](https://user-images.githubusercontent.com/113033685/206653581-9d946d04-5305-4a78-bb88-76b9481c24b5.png)

7.Введение логов:

![image](https://user-images.githubusercontent.com/113033685/206653625-1f229fc7-c3ee-4e77-bde9-e8178e8bc057.png)