Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c71 { ngx_string("copy"), NGX_HTTP_COPY },
192 case NGX_HTTP_COPY: in ngx_http_dav_handler()
650 if (r->method == NGX_HTTP_COPY) { in ngx_http_dav_copy_move_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h35 #define NGX_HTTP_COPY 0x0080 macro
H A Dngx_http_parse.c188 r->method = NGX_HTTP_COPY; in ngx_http_parse_request_line()
H A Dngx_http_core_module.c4351 { (u_char *) "COPY", (uint32_t) ~NGX_HTTP_COPY },
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3428 { 4, "COPY", NGX_HTTP_COPY }, in ngx_http_v2_parse_method()