netty-rest icon indicating copy to clipboard operation
netty-rest copied to clipboard

Got 404 when run your sample code.

Open urstar opened this issue 7 years ago • 1 comments

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.

urstar avatar Oct 23 '18 03:10 urstar

hope this project is still active :)

urstar avatar Oct 23 '18 03:10 urstar