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

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