void *Ns_UrlSpecificGet( char *handle, char *method, char *url, int id );
myserver, GET, /, 1}
and {myserver, GET, /inventory, 1
}. The following call, then, would match the data registered at {myserver, GET, /inventory, 1
}:Ns_UrlSpecificGet("myserver", "GET", "/inventory/RJ45", 1)
See the example for Ns_UrlSpecificAlloc.