|
|
int Ns_SetIUnique(
Ns_Set *set,
char *key
);
For example, a client could send multiple "Accept:" headers which would end up in the header set for the connection. Ns_SetIUnique would then return 0 for the header set and the "Accept" key, because there are multiple fields with the key "Accept".