Searched refs:contenttype (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h124 char* contenttype; member in struct:__anon19
H A Dlibhttpd.c1770 hc->contenttype = "";
2238 hc->contenttype = cp;
3137 if ( hc->contenttype[0] != '\0' )
3138 envp[envn++] = build_env( "CONTENT_TYPE=%s", hc->contenttype );

Completed in 33 milliseconds