janet-lang / circlet

HTTP server library for janet
Other
81 stars 10 forks source link

Add parse-x-www-form-urlencoded. #13

Open andrewchambers opened 4 years ago

bakpakin commented 4 years ago

Looks pretty good, although I have a local change with a much smaller bit of code for url escaping with a peg, should be fairly quick too.

I've been on a vacation but I can push some code soon.

andrewchambers commented 4 years ago

Nice, I agree adding C there seems excessive, it was mostly just copy pasted from my uri package.