METHOD_DELETE
case METHOD_DELETE: return "DELETE";
else if ( strcasecmp( method_str, httpd_method_str( METHOD_DELETE ) ) == 0 )
hc->method = METHOD_DELETE;