Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h33 #define NGX_HTTP_DELETE 0x0020 macro
H A Dngx_http_parse.c232 r->method = NGX_HTTP_DELETE; in ngx_http_parse_request_line()
H A Dngx_http_core_module.c4349 { (u_char *) "DELETE", (uint32_t) ~NGX_HTTP_DELETE },
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c69 { ngx_string("delete"), NGX_HTTP_DELETE },
184 case NGX_HTTP_DELETE: in ngx_http_dav_handler()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3427 { 6, "DELETE", NGX_HTTP_DELETE }, in ngx_http_v2_parse_method()