An open API service indexing awesome lists of open source software.

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

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
```