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.