CrimsonHttp icon indicating copy to clipboard operation
CrimsonHttp copied to clipboard

Update to last Dart runtime?

Open ejsmith opened this issue 13 years ago • 4 comments

Any chance you will be updating this to work on the latest dart runtime soon?

ejsmith avatar Apr 27 '12 19:04 ejsmith

Hi Eric, Thanks for the reminder - I'll do it this weekend.

chrisbu avatar Apr 27 '12 22:04 chrisbu

Hi, I've updated it to work with the latest dart build (currently 7119). Hope that helps!

chrisbu avatar Apr 28 '12 09:04 chrisbu

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. :-)

ejsmith avatar Apr 30 '12 15:04 ejsmith

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:

  1. at present, there is nothing to stop you from browsing example.com/../../somewhere/else, and
  2. 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}

chrisbu avatar Apr 30 '12 19:04 chrisbu