This is a basic web server, which supports the base HTTP/1.0 protocol.
It is not complete in its current form. You need to edit the method
$network.handle_request() to add your own behaviour. ColdWeb is NOT
CGI, it surpasses the need for CGI, which is simply an interface for
calling a command-line program from a web server.