Tiny allocation-free method/path router over caller-owned routes. More...
#include <HttpRouter.h>
Public Member Functions | |
| Result | init (Span< const HttpRoute > routeStorage) |
| Result | match (HttpParser::Method method, StringSpan requestTarget, Span< HttpRouteParam > params, HttpRouteMatch &match) const |
| Result | formatAllowHeader (StringSpan requestTarget, Span< char > storage, StringSpan &allow) const |
Tiny allocation-free method/path router over caller-owned routes.