Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpRouter Struct Reference

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
 

Detailed Description

Tiny allocation-free method/path router over caller-owned routes.


The documentation for this struct was generated from the following file: