Home
last modified time | relevance | path

Searched refs:NGX_HTTP_PUT (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h32 #define NGX_HTTP_PUT 0x0010 macro
H A Dngx_http_parse.c173 r->method = NGX_HTTP_PUT; in ngx_http_parse_request_line()
H A Dngx_http_core_module.c4348 { (u_char *) "PUT", (uint32_t) ~NGX_HTTP_PUT },
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c68 { ngx_string("put"), NGX_HTTP_PUT },
156 case NGX_HTTP_PUT: in ngx_http_dav_handler()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3425 { 3, "PUT", NGX_HTTP_PUT }, in ngx_http_v2_parse_method()