r3

High-performance URL router library for C applications

brewmacoslinux
Try with needOr install directly
Source

About

High-performance URL router library

Commands

r3

Examples

Display r3 library version and build information$ r3 --version
Get help on r3 router functionality and available options$ r3 --help
Use r3 as a library in C code for routing HTTP requests$ gcc -o myrouter myrouter.c $(pkg-config --cflags --libs r3)