CrimsonHttp
CrimsonHttp copied to clipboard
Update to last Dart runtime?
Any chance you will be updating this to work on the latest dart runtime soon?
Hi Eric, Thanks for the reminder - I'll do it this weekend.
Hi, I've updated it to work with the latest dart build (currently 7119). Hope that helps!
Awesome! Thank you. Are you using this for any websites yet? I understand it's alpha, but just curious if you were dog fooding it. :-)
Not yet, but I'm planning to get something up and running with it during the London hackathon in a couple of weeks. The two issues I need to resolve by then are:
- at present, there is nothing to stop you from browsing example.com/../../somewhere/else, and
- I need to perform some parameter extraction when matching routes (eg, /posts/{postId}/{commentId} would map to /posts/123/456 and return a map in the form: {"postId":123, "commentId":456}