Giter VIP home page Giter VIP logo

Comments (8)

moraes avatar moraes commented on July 17, 2024

Well it doesn't have a parameter for that to avoid bloating the common case. It is easy enough to create a helper function to build the URL and set scheme to https. What else could we do?

from mux.

kisielk avatar kisielk commented on July 17, 2024

How about adding a Scheme() function to the router to match URL schemes as
well? Then the router can use that if it's available when constructing
URLs, similarly to how it uses Host() now.

On Tue, Feb 5, 2013 at 2:36 PM, rodrigo moraes [email protected]:

Well it doesn't have a parameter for that to bloating the common case. It
is easy enough to create a helper function to build the URL and set scheme
to https. What else could we do?


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

from mux.

moraes avatar moraes commented on July 17, 2024

It already has a scheme matcher: Schemes().

from mux.

moraes avatar moraes commented on July 17, 2024

Idea: special parameters passed as variables: "_scheme", "_fragment" etc. I used this before and it worked well.

from mux.

kisielk avatar kisielk commented on July 17, 2024

Not sure how I missed the existence of Schemes() but I swear I checked for it in the docs :)

What if we default to http, but if there's a schemesMatcher in the route, use the first scheme defined there?

from mux.

fluffysquirrels avatar fluffysquirrels commented on July 17, 2024

What if we default to http, but if there's a schemesMatcher in the route, use the first scheme defined there?

+1 @kisielk

from mux.

adone avatar adone commented on July 17, 2024

Any opinions for this solutions?

from mux.

ChrisHines avatar ChrisHines commented on July 17, 2024

I am interested in moving this feature forward. I can work on adding the tests.

from mux.

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.