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

/httpd/modules/lua/
H A Dlua_request.c345 const char *contentType; local
349 contentType = apr_table_get(r->headers_in, "Content-Type");
352 if (contentType != NULL && (sscanf(contentType, "multipart/form-data; boundary=%250c", multipart) == 1)) {

Completed in 1358 milliseconds