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

README.md (247B)



      1 Test parameter to integer conversions.
      2 
      3 Run:
      4 ```
      5 	$ kodev run
      6 ```
      7 
      8 Test:
      9 ```
     10 	$ curl -i -k https://127.0.0.1:8888/?id=123123
     11 	$ curl -i -k https://127.0.0.1:8888/?id=-123123
     12 ```
     13 
     14 The correct integer types should only be represented in the output.