Skip to content

Commit 119e1a6

Browse files
committed
Added specification for Content-Type
1 parent 06700c2 commit 119e1a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ws4sqlite --db mydatabase.db
2020
It's possible to make a POST call to `http://localhost:12321/mydatabase`, e.g. with the following body:
2121

2222
```json5
23+
// Set Content-type: application/json
2324
{
2425
"resultFormat": "map", // "map" or "list"; if omitted, "map"
2526
"transaction": [

0 commit comments

Comments
 (0)