George Moschovitis
George Moschovitis
Instead of the non-standard ':group' format?
I would like to use route to implement simple REST services. Any ETA on the following future goals? Handling different HTTP methods to help implement REST APIs. Automatic generation of...
Please rename UrlPattern to UriPattern to be more consistent with the dart:uri library.
http://github.com/gmosx/narwhal/commit/60976452687bd0c64739faf2f3fc0bd9d8bb6b83
It throws the following error on GAE: org.mozilla.javascript.WrappedException: Wrapped java.security.AccessControlException: access denied (java.io.FilePermission WEB-INF/src/templates/themes/css/base.css read) (/home/../WEB-INF/packages/narwhal/engines/rhino/lib/file-engine.js#76)
On repeated applications it returns different hashes for the same input string.
It should provide a way to access the uploaded data as a ByteString/Array in addition to the tempfile method. That would be extremely useful in AppEngine deployments that do not...
MethodOverride calls request.POST() that deserializes multipart data to tempfiles (even if not required). It should manually parse the _method param or use GET data?