Alter readme a bit

This commit is contained in:
Joris Vink 2014-08-03 20:30:39 +02:00
parent 9cba130c4b
commit 8f523ecf0c
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,14 @@
Test the http_argument_get_*() integer functions.
Test parameter to integer conversions.
Run:
```
# kore run
```
Test:
```
# curl -i -k https://127.0.0.1:8888/?id=123123
# curl -i -k https://127.0.0.1:8888/?id=-123123
```
The correct integer types should only be represented in the output.