dinatra icon indicating copy to clipboard operation
dinatra copied to clipboard

Sinatra like light weight web app framework for deno.

Results 8 dinatra issues
Sort by recently updated
recently updated
newest added

I can't upload files, how can I implement that here?.

Hi! As far as I can tell, there is no way to access request headers. This makes many tasks difficult, e.g. Bearer-tokens. I propose a solutions where headers are available...

WIP -> Not sure how this should be solved, if it should be solved. What do you think, @syumai? Closes #68

Closes #64 ~WIP -> as this would potentially be a quite big change, I'll test it some more.~

Hi! Again: thanks for this project 😄 I am wondering if it would make more sense to separate the HTTP response body from `params`, in `Context`. This makes the code...

I am serving HTML statically, and the HTML includes a script-tag, e.g.: `` `./client.js` is a file in the `public` directory, so my understanding is that this should work. However,...

* Pass `req.body` to handler as `body` prop in ctx. * Remove workaround using `decoder.decode(await readAll(req.body));`.