Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 297 Bytes

File metadata and controls

18 lines (11 loc) · 297 Bytes

Work in progress HTTP router based on a trie data structure, inspired by Express' handling of routes.

Building

Make sure you have cmake.

  1. mkdir build
  2. cmake ..
  3. cmake --build .
  4. ctest -VV

Features

  • Basic Path Parsing

  • Wildcard Path Parsing

  • Http Router Interface