Git Product home page Git Product logo

Comments (4)

jchannon avatar jchannon commented on July 28, 2024 1

I just came across this and I dont think its too much magic. If I I have Get("/env/") and called it with both /env and /env/ I'd expect both to be hit

We do the same in Nancy 😄

from goji.

zenazn avatar zenazn commented on July 28, 2024

I actually intentionally left this functionality out, both because I saw other frameworks doing it (Sinatra, I think), and because it introduces non-obvious "magic" into the routing process.

I think the right way to introduce this functionality is using middleware (LMK if you disagree), and writing such a middleware is on my TODO list (although I'd happily accept a PR if you have one handy).

from goji.

elithrar avatar elithrar commented on July 28, 2024

I don't disagree on having it as a middleware, so no problems there.

As long as it can be easily applied to all routes of a router and isn't
significantly less performant than a non-middleware implementation then I'm
easily pleased!

PS: Goji is looking fantastic and the straightforward middleware
implementation is great. I may look at providing some CSRF and HTTP Basic
Auth middleware as PRs if there's interest on your part.

On Saturday, April 26, 2014, Carl Jackson [email protected] wrote:

I actually intentionally left this functionality out, both because I saw
other frameworks doing it (Sinatra, I think), and because it introduces
non-obvious "magic" into the routing process.

I think the right way to introduce this functionality is using middleware
(LMK if you disagree), and writing such a middleware is on my TODO list
(although I'd happily accept a PR if you have one handy).


Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-41464281
.

from goji.

zenazn avatar zenazn commented on July 28, 2024

It's been a while since this issue was filed, and I don't realistically see myself having enough time to work on it. Since there isn't obviously a huge desire for this functionality I'm going to go ahead and close this issue, but if this changes in the future you should feel free to re-open it and I'll see if I can devote some time to writing something nice here.

For what it's worth, I plan on exposing a little more of the router's innards in the future, which will make writing a StrictSlash middleware a teensy bit easier.

from goji.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.