Write a few docs

This commit is contained in:
David Pedersen
2021-06-06 23:58:44 +02:00
parent 46f74895ce
commit 21c96e0aa1
9 changed files with 441 additions and 72 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use crate::{extract, get, on, post, route, routing::MethodFilter, service, Handler, RoutingDsl};
use crate::{handler::on, prelude::*, routing::MethodFilter, service};
use http::{Request, Response, StatusCode};
use hyper::{Body, Server};
use serde::Deserialize;