diff options
author | Melody Horn <melody@boringcactus.com> | 2021-11-12 22:38:39 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-11-12 22:38:39 -0700 |
commit | f79b75710167088e2031a82a94a8d127fbb16a1f (patch) | |
tree | ffbbd167c34864d92b1d1e0a3b40da77e0b06874 /src/utils.rs | |
parent | fad6b7b755b788ca0d9113999faa8fb0d6f89ad0 (diff) | |
download | narchttpd-f79b75710167088e2031a82a94a8d127fbb16a1f.tar.gz narchttpd-f79b75710167088e2031a82a94a8d127fbb16a1f.zip |
god is dead and we have killed him.
Diffstat (limited to 'src/utils.rs')
-rw-r--r-- | src/utils.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.rs b/src/utils.rs new file mode 100644 index 0000000..0bd5c2e --- /dev/null +++ b/src/utils.rs @@ -0,0 +1,2 @@ +pub mod proxy_child; +pub mod serve_static; |