Skip to content

allow each request attribute rewrite#20

Open
samunders-core wants to merge 1 commit into
bjansen:masterfrom
samunders-core:request_rewrite
Open

allow each request attribute rewrite#20
samunders-core wants to merge 1 commit into
bjansen:masterfrom
samunders-core:request_rewrite

Conversation

@samunders-core

Copy link
Copy Markdown

Hi. While writing sort of HTTP/FTP proxy I noticed gyokuro has no wildcard route support (as i.e. /ftp/*). I tried to abuse filters for that, only to notice those are invoked only for registered paths. So this PR installs RequestDispatcher as last Endpoint to serve as kitchen sink. Filter will finally stand its doc: "A filter applied to each incoming request before it is dispatched..." (well, all but Repository requests). BR, sam_

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant