https://github.com/blackshadowsoftwareltd/static_file_server_axum_rs
Serve Static Files using axum
https://github.com/blackshadowsoftwareltd/static_file_server_axum_rs
axum-rs fileserver rust rust-lang serve-files
Last synced: about 1 year ago
JSON representation
Serve Static Files using axum
- Host: GitHub
- URL: https://github.com/blackshadowsoftwareltd/static_file_server_axum_rs
- Owner: blackshadowsoftwareltd
- Created: 2024-01-31T06:50:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T08:52:23.000Z (over 2 years ago)
- Last Synced: 2025-04-01T00:38:54.502Z (about 1 year ago)
- Topics: axum-rs, fileserver, rust, rust-lang, serve-files
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Static File Server Axum
## Single File
- `GET` Method
```bash
http://127.0.0.1:49152/file
```
## Spacific file from Directory `files`
- `GET` Method
```bash
http://127.0.0.1:49152/files/addr.rss
```