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

Reverse routing with next url endpoint #64

@c-bata

Description

@c-bata

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions