netty-rest
netty-rest copied to clipboard
Got 404 when run your sample code.
I tested with browser and curl, both returned 404 code.
And i checked in RouteMatcher, near
final HttpRequestHandler handler = routes.get(new PatternBinding(method, path));
and i got a null hadler.
then the prefixRoutes is empty. nothing in it.
so
noMatch.handle(request);
return the '404' (not found)
i guess there is something wrong in your sample code? or did i make something wrong? help me please.
hope this project is still active :)