libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] Url Pathpart regex or similar


From: Gavin Henry
Subject: [libmicrohttpd] Url Pathpart regex or similar
Date: Sat, 18 Dec 2021 11:45:20 +0000

Hi all,

When not using url params, is there anything built in to grab say:

/ip_addresses/{ip_address}

e.g. like 

https://github.com/SentryPeer/SentryPeer/blob/87ec0dd7438b9ea8b58c83a75980e4c90076d88e/src/http_routes.h#L21

Alternatively, I could just do:

 /ip_addresses?ip_address={ip_address} 

Thanks. 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]