added a curl example

This commit is contained in:
2022-05-10 11:51:29 +02:00
parent 6160d310da
commit 2d4199ccf8

View File

@ -10,7 +10,13 @@ Run in a terminal:
$ ./pier.py $ ./pier.py
``` ```
Open in a browser: http://localhost:9090/ Open in a browser: http://localhost:9090/example1
Or via:
```bash
$ curl http://localhost:9090/example1
```
## Options ## Options