Definition:
void ap_content_type_tolower(char *str)
Usage example:
tmp = ap_pstrdup(r->pool, l);
ap_content_type_tolower(tmp);
r->content_type = tmp;
No documentation available.
Previous: ap_construct_url
Next: ap_copy_array
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)