gyokuro icon indicating copy to clipboard operation
gyokuro copied to clipboard

allow each request attribute rewrite

Open samunders-core opened this issue 8 years ago • 0 comments

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_

samunders-core avatar Mar 20 '17 19:03 samunders-core