Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Reverse routing with next url endpoint #64

Open
c-bata opened this issue Jan 2, 2017 · 1 comment
Open

Reverse routing with next url endpoint #64

c-bata opened this issue Jan 2, 2017 · 1 comment

Comments

@c-bata
Copy link
Member

c-bata commented Jan 2, 2017

Summary

Sometimes, we want to set query_parameters when redirecting like:

Caution

This option bumped with url variables.

@app.route('/foo/{next}')
def foo(next: str) -> Response:
    return Response('foo')
@c-bata c-bata changed the title Reverse routing with Reverse routing with next url endpoint Jan 4, 2017
@c-bata
Copy link
Member Author

c-bata commented Jan 4, 2017

Maybe next_url does not conflict with url variables.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant