Create Routed
Closed this issue · 0 comments
ngocdaothanh commented
Routed contains:
- The original HttpRequest.
- The path part of the request URI.
- The decoded query params.
- The extracted path params.
Do not create RoutedHttpRequest which extends HttpRequest, because there are many concrete forms of HttpRequest. Doing this will make netty-router harder to use.