|
|
void Ns_UnRegisterRequest(
char *hServer,
char *method,
char *URL
);
deleteProc is not null, it is called with the function's context as an argument. The server will only unregister the function that matches exactly, not the best matching function that would handle the URL if there was not an exact match.