aboutsummaryrefslogtreecommitdiff
path: root/src/http/mod.rs
diff options
context:
space:
mode:
authorMelody Horn / boringcactus <melody@boringcactus.com>2021-06-12 23:24:33 -0600
committerMelody Horn / boringcactus <melody@boringcactus.com>2021-06-12 23:24:33 -0600
commit4c8940569e5729213b7eee6f3d5be39b745b697b (patch)
tree20935676f7a14ad12752ec98b65db9f067fba239 /src/http/mod.rs
parent582124d59afa438e2cb88cc024d6b19232236e1e (diff)
downloadtosin-4c8940569e5729213b7eee6f3d5be39b745b697b.tar.gz
tosin-4c8940569e5729213b7eee6f3d5be39b745b697b.zip
actually implement the easy example
Diffstat (limited to 'src/http/mod.rs')
-rw-r--r--src/http/mod.rs4
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};