phoon icon indicating copy to clipboard operation
phoon copied to clipboard

A simple web framework for Nim 🐇⚡

Results 4 phoon issues
Sort by recently updated
recently updated
newest added

Add a nice API to read/write cookies 🍪 Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies

enhancement
paused

Is it worth it to be able to run on top of [Httpbeast](https://github.com/dom96/httpbeast) or is the standard http server good enough ? Any insight on the subject is welcomed :)

question

The code is a big for-loop and it makes potential changes or bug fixes not so straightforward. First take: go for a state machine.

enhancement