Home
last modified time | relevance | path

Searched refs:NGX_HTTP_PROPFIND (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h38 #define NGX_HTTP_PROPFIND 0x0400 macro
H A Dngx_http_parse.c254 r->method = NGX_HTTP_PROPFIND; in ngx_http_parse_request_line()
H A Dngx_http_core_module.c4354 { (u_char *) "PROPFIND", (uint32_t) ~NGX_HTTP_PROPFIND },
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3424 { 8, "PROPFIND", NGX_HTTP_PROPFIND }, in ngx_http_v2_parse_method()