micro_http: Import Firecracker HTTP 1.x implementation

Based on Firecracker commit 58edf03b.

We're going to use the micro_http crate to serve the cloud-hypervisor
HTTP API.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz
2019-09-18 10:36:54 +02:00
parent 8916dad2da
commit e50f4418a2
7 changed files with 2185 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "micro_http"
version = "0.1.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
[dependencies]