oak-http-server 0.3.0

Yet another HTTP server library written in Rust
Documentation
# Summary


- [Introduction]./README.md

# Getting started


- [Installation]./installation.md
- [Minimal example]./minimal-example.md

# Advanced usage


- [About the HTTP protocol]./http-protocol.md
- [Request handlers]./request-handlers.md
- [The Request and Response structs]./request-response-structs.md
- [Other important data structures]./generic-data-structures.md

# Library modules


- [What are they?]./modules-introduction.md
- [Handlers]./handlers-module.md