Crate blitzkrieg

Crate blitzkrieg 

Source
Expand description

§Blitzkrieg

An HTTP Web Server written from scratch in Rust.

This is written for educational purposes and is not meant to be used in production.

Modules§

http
A module for parsing HTTP.
server
A module for implementing a Server struct.
threadpool
A module for implementing a threadpool for the server.