HTTP_PUT
case HTTP_PUT :
if (request == HTTP_POST || request == HTTP_PUT)
return (http_send(http, HTTP_PUT, uri));