1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/basics/README.md

23 lines
796 B
Markdown
Raw Normal View History

# basics
## Usage
### server
```bash
2018-05-21 03:22:37 +02:00
cd examples/basics
cargo run
# Started http server: 127.0.0.1:8080
```
### web client
2018-04-15 04:37:52 +02:00
- [http://localhost:8080/](http://localhost:8080/static/index.html)
2020-01-08 11:23:01 +01:00
- [http://localhost:8080/async-body/bob](http://localhost:8080/async-body/bob)
2018-07-04 09:43:54 +02:00
- [http://localhost:8080/user/bob/](http://localhost:8080/user/bob/) text/plain download
- [http://localhost:8080/test](http://localhost:8080/test) (return status switch GET or POST or other)
2018-04-15 04:45:30 +02:00
- [http://localhost:8080/favicon](http://localhost:8080/static/favicon.htmicol)
2018-04-15 04:37:52 +02:00
- [http://localhost:8080/welcome](http://localhost:8080/static/welcome.html)
- [http://localhost:8080/notexit](http://localhost:8080/static/404.html) display 404 page
- [http://localhost:8080/error](http://localhost:8080/error) Panic after request