micro_http_server 0.0.4

A very simple HTTP server without Futures or other complicated stuff.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[badges.maintenance]
status = "passively-maintained"
[dependencies.log]
version = "0.4.3"

[package]
authors = ["Philipp Ludwig <git@philippludwig.net>"]
categories = ["web-programming::http-server"]
description = "A very simple HTTP server without Futures or other complicated stuff."
homepage = "https://github.com/philippludwig/micro-http-server"
keywords = ["network", "http", "server"]
license = "MIT"
name = "micro_http_server"
readme = "README.md"
repository = "https://github.com/philippludwig/micro-http-server.git"
version = "0.0.4"