diff options
Diffstat (limited to 'src/http')
-rw-r--r-- | src/http/mod.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/http/mod.rs b/src/http/mod.rs index 69a0706..f8f1066 100644 --- a/src/http/mod.rs +++ b/src/http/mod.rs @@ -1,3 +1 @@ -pub struct Request {} - -pub struct Response(pub &'static str); +pub use warp::{Filter, Reply, reply::Response}; |