]> piware.de Git - learn-rust.git/commit
warp-server: Add route for serving static directory
authorMartin Pitt <martin@piware.de>
Fri, 9 Dec 2022 09:25:18 +0000 (10:25 +0100)
committerMartin Pitt <martin@piware.de>
Fri, 9 Dec 2022 09:25:18 +0000 (10:25 +0100)
commit25dad5d64048c91e315daf4199753c9cab3a1496
tree692ae4d9bc668f81b67d8f3331761879efbb0d2a
parentf89086d8e40c377921576e04038d7a08680f7907
warp-server: Add route for serving static directory

Add a static/ file tree for testing.
static/README.md [new file with mode: 0644]
static/dir1/optzip.txt [new file with mode: 0644]
static/dir1/optzip.txt.gz [new file with mode: 0644]
static/onlycompressed.txt.gz [new file with mode: 0644]
static/plain.txt [new file with mode: 0644]
warp-server/src/main.rs