void *Ns_UrlSpecificGetExact( char *handle, char *method, char *url, int id, int flags );
The Ns_UrlSpecificGetExact function retrieves stored data for the exact specified method/URL/id combination and with the same inheritance setting.
If the flags argument is set to NS_OP_NOINHERIT in Ns_UrlSpecificGetExact, the data stored with the NS_OP_NOINHERIT flag in Ns_UrlSpecificSet will be retrieved. If the flags argument is set to 0, the data stored without the NS_OP_NOINHERIT flag will be retrieved.