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