Skip to content

A simple HTTP web server written in Python that supports GET requests and server images and static pages

Notifications You must be signed in to change notification settings

bagarozzi/NP23-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Server Semplice

Creare un web server semplice in Python che possa servire file statici (come HTML, CSS, immagini) e gestire richieste HTTP GET di base. Il server deve essere in grado di gestire più richieste simultaneamente e restituire risposte appropriate ai client.

Obbiettivi dell'elaborato:

  1. Implementazione funzionante del server che può gestire richieste GET per file statici.

  2. Capacità del server di gestire più richieste simultaneamente in modo concorrente o tramite thread.

  3. Corretta gestione degli header HTTP e codici di stato nelle risposte del server.

  4. Documentazione chiara e ben strutturata in un PDF che spiega il funzionamento del server, come eseguirlo e eventuali considerazioni aggiuntive.

About

A simple HTTP web server written in Python that supports GET requests and server images and static pages

Topics

Resources

Stars

Watchers

Forks