aboutsummaryrefslogtreecommitdiff
path: root/src/http.rs
diff options
context:
space:
mode:
authorMelody Horn / boringcactus <melody@boringcactus.com>2021-06-13 10:19:13 -0600
committerMelody Horn / boringcactus <melody@boringcactus.com>2021-06-13 10:19:13 -0600
commit109966b7e365423bce83b78004eb1c21b7892940 (patch)
treeb254d5ec7e53de15e88319d381fce530e422d97a /src/http.rs
parent4c8940569e5729213b7eee6f3d5be39b745b697b (diff)
downloadtosin-109966b7e365423bce83b78004eb1c21b7892940.tar.gz
tosin-109966b7e365423bce83b78004eb1c21b7892940.zip
break a few things out of folders
Diffstat (limited to 'src/http.rs')
-rw-r--r--src/http.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http.rs b/src/http.rs
new file mode 100644
index 0000000..f8f1066
--- /dev/null
+++ b/src/http.rs
@@ -0,0 +1 @@
+pub use warp::{Filter, Reply, reply::Response};