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 70d9df88964175d746f2a438f071a41b5e14f806
parent 97c17f724b05368d41cec4e13daf1439edca1283
Author: Joris Vink <joris@coders.se>
Date:   Mon, 11 Aug 2014 11:01:59 +0200

s/id/user

Diffstat:
examples/tasks/README.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/tasks/README.md b/examples/tasks/README.md @@ -16,6 +16,6 @@ Run: Test: ``` - # curl -i -k https://127.0.0.1:8888/?id=astring + # curl -i -k https://127.0.0.1:8888/?user=astring The returned data must match what you supplied in user ([a-z] string) ```