Skip to content

Commit a60f84f

Browse files
authored
Merge pull request #835 from HopefulFire/main
2 parents 66fbebf + 9ea068c commit a60f84f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,15 @@ async fn order_shoes(mut req: Request<()>) -> tide::Result {
8989

9090
```sh
9191
$ curl localhost:8080/orders/shoes -d '{ "name": "Chashu", "legs": 4 }'
92+
```
93+
```text
9294
Hello, Chashu! I've put in an order for 4 shoes
95+
```
9396

97+
```sh
9498
$ curl localhost:8080/orders/shoes -d '{ "name": "Mary Millipede", "legs": 750 }'
99+
```
100+
```text
95101
number too large to fit in target type
96102
```
97103

0 commit comments

Comments
 (0)