Giter Site home page Giter Site logo

improved routing rules about wsgigo HOT 4 CLOSED

hmoffatt avatar hmoffatt commented on July 23, 2024
improved routing rules

from wsgigo.

Comments (4)

hmoffatt avatar hmoffatt commented on July 23, 2024 1

I just added a PR with the strip functionality. The idea was that I can have /app1/foo and /app2/bar, but the two applications just see the URL as /foo and /bar respectively. They don't have to be modified to know about the extra layer of routing in front of them.

I'm just using the regexp because I want to match /prefix/*/path and pass that on as /path to the underlying application. It might not be of general interest but I'll put together another PR anyway.

from wsgigo.

kkinder avatar kkinder commented on July 23, 2024

Thanks!

Can you elaborate on 'strip the prefix from the path'? I'm not sure what prefix you mean by that. What's an example of a route you'd want to match?

I certainly wrote it with the idea in mind that you could write your own routes that claim routes using other rules. I guess besides personal preference, the only reason I left out regex's is that I had in mind the idea that you would probably end up sticking to fairly unique prefixes for each wsgi destination. Obviously that won't always be the case. Want to throw that class in a pull request and I'll add it?

from wsgigo.

kkinder avatar kkinder commented on July 23, 2024

#3 and #2

merged.

from wsgigo.

hmoffatt avatar hmoffatt commented on July 23, 2024

Thanks!

from wsgigo.

Related Issues (1)

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.