diff options
Diffstat (limited to 'test.http')
-rw-r--r-- | test.http | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,10 +12,18 @@ User-Agent: Emacs Content-Type: application/x-www-form-urlencoded # +# Initialize the database with exmaple data +POST :host/bootstrap +:headers + # should return 20 entries GET :host/query :headers +# get the total number of records +GET :host/count +:headers + # store jenny's number POST :host/number |