1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/background-jobs/README.md
2024-06-03 08:59:05 +03:00

19 lines
340 B
Markdown

# background-jobs
## Usage
### server
```sh
cd background-jobs
cargo run
# starting HTTP server at http://localhost:8080
```
### Available Routes
- [GET /cache](http://localhost:8080/cache)
- [POST /cache](http://localhost:8080/cache)
- [POST /email](http://localhost:8080/email)
- [POST /email-spam](http://localhost:8080/email-spam)