Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Jul 22, 2023
1 parent 243b8d1 commit d15a1b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,17 @@ post,"/p",update
data
```
Test it out:
```bash
$ curl "http://localhost:8888"
[]
$ curl -X POST -d"p=100" "http://localhost:8888/p"
[100]
$ curl "http://localhost:8888"
[100]
```
# Performance
Expand Down

0 comments on commit d15a1b5

Please sign in to comment.