kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 8f523ecf0ca2b9f28eea83326a762b7278ae691f
parent 9cba130c4bf0a996b698631040a62ce2fd1971f6
Author: Joris Vink <joris@coders.se>
Date:   Sun,  3 Aug 2014 20:30:39 +0200

Alter readme a bit

Diffstat:
examples/integers/README.md | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/examples/integers/README.md b/examples/integers/README.md @@ -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.