kore/examples/integers
Joris Vink b27322933b The default pid file is kore.pid so no need to set that explicitely 2014-08-05 13:11:53 +02:00
..
conf The default pid file is kore.pid so no need to set that explicitely 2014-08-05 13:11:53 +02:00
src Add integers example 2014-08-03 20:29:24 +02:00
.gitignore s/hello-world/integers 2014-08-03 20:31:40 +02:00
README.md Alter readme a bit 2014-08-03 20:30:39 +02:00

README.md

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.