1
0
mirror of https://github.com/actix/examples synced 2025-08-30 09:48:07 +02:00

format markdown

This commit is contained in:
Rob Ede
2022-03-06 00:43:10 +00:00
parent f27cc4b6b4
commit e239414a55
31 changed files with 165 additions and 188 deletions

View File

@@ -1,6 +1,7 @@
# guards
Shows how to set up custom routing guards.
- Routing different API versions using a header instead of path.
## Usage
@@ -30,5 +31,5 @@ Using [cURL]:
curl 'localhost:8080/api/hello' -H 'accept-version: 1'
```
[HTTPie]: https://httpie.org
[cURL]: https://curl.haxx.se
[httpie]: https://httpie.org
[curl]: https://curl.haxx.se