aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/http_strncasecmp.3
Commit message (Collapse)AuthorAgeFilesLines
* Add http_strncasecmp(3)Xavier Del Campo Romero2026-02-271-0/+52
POSIX.1-2008 does not any locale-specific version of strncasecmp(3), so conversions to lowercase depend on the system locale. Since HTTP header fields must be checked without case sensitivity and not depend on the system locale, a specialised function that forces the "POSIX" locale is required.