NGX_HTTP_PUT       69 http/modules/ngx_http_dav_module.c     { ngx_string("put"), NGX_HTTP_PUT },
NGX_HTTP_PUT      157 http/modules/ngx_http_dav_module.c     case NGX_HTTP_PUT:
NGX_HTTP_PUT     3856 http/ngx_http_core_module.c    { (u_char *) "PUT",       (uint32_t) ~NGX_HTTP_PUT },
NGX_HTTP_PUT      169 http/ngx_http_parse.c                         r->method = NGX_HTTP_PUT;
NGX_HTTP_PUT     1539 http/ngx_http_request.c     if (r->method & NGX_HTTP_PUT && r->headers_in.content_length_n == -1) {