]> OzVa Git service - ozva-cloud/commit
feat: API to search and list directories (#177)
authorsigoden <sigoden@gmail.com>
Mon, 20 Feb 2023 03:05:53 +0000 (11:05 +0800)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2023 03:05:53 +0000 (11:05 +0800)
commit7d6d7d49ca0b31226a72b8f84501205449b02388
treefc69daed9d1bc73a8a27700b6b606a83df10d1b4
parentc6dcaf95d4ccdcfe2af81d7dff43a5c440eca7da
feat: API to search and list directories (#177)

use `?simple` to output path name only.
use `?json` to output paths in json format.
By default, output html page.

close #166
README.md
src/server.rs
tests/assets.rs
tests/fixtures.rs
tests/http.rs
tests/log_http.rs
tests/single_file.rs
tests/sort.rs
tests/symlink.rs
tests/utils.rs