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 (173B)



      1 This example shows cookies API usage
      2 
      3 * Simple key value cookie
      4 * Complex cookie with RFC 6265 features
      5 * Mix with cookie formatted in the header
      6 
      7 Run:
      8 ```
      9 	# kodev run
     10 ```