method            163 http/modules/ngx_http_autoindex_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
method             58 http/modules/ngx_http_chunked_filter_module.c         || (r->method & NGX_HTTP_HEAD))
method            151 http/modules/ngx_http_dav_module.c     if (!(r->method & dlcf->methods)) {
method            155 http/modules/ngx_http_dav_module.c     switch (r->method) {
method            623 http/modules/ngx_http_dav_module.c         if (r->method == NGX_HTTP_COPY) {
method            755 http/modules/ngx_http_dav_module.c         if (r->method == NGX_HTTP_MOVE) {
method            782 http/modules/ngx_http_dav_module.c             if (r->method == NGX_HTTP_MOVE) {
method            795 http/modules/ngx_http_dav_module.c         if (r->method == NGX_HTTP_MOVE) {
method            117 http/modules/ngx_http_empty_gif_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
method             75 http/modules/ngx_http_flv_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
method             84 http/modules/ngx_http_gzip_static_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
method            115 http/modules/ngx_http_index_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) {
method            153 http/modules/ngx_http_memcached_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
method             62 http/modules/ngx_http_proxy_module.c     ngx_str_t                      method;
method            274 http/modules/ngx_http_proxy_module.c       offsetof(ngx_http_proxy_loc_conf_t, method),
method            838 http/modules/ngx_http_proxy_module.c     ngx_str_t                     method;
method            854 http/modules/ngx_http_proxy_module.c     if (u->method.len) {
method            856 http/modules/ngx_http_proxy_module.c         method = u->method;
method            857 http/modules/ngx_http_proxy_module.c         method.len++;
method            859 http/modules/ngx_http_proxy_module.c     } else if (plcf->method.len) {
method            860 http/modules/ngx_http_proxy_module.c         method = plcf->method;
method            863 http/modules/ngx_http_proxy_module.c         method = r->method_name;
method            864 http/modules/ngx_http_proxy_module.c         method.len++;
method            867 http/modules/ngx_http_proxy_module.c     len = method.len + sizeof(ngx_http_proxy_version) - 1 + sizeof(CRLF) - 1;
method            977 http/modules/ngx_http_proxy_module.c     b->last = ngx_copy(b->last, method.data, method.len);
method           1936 http/modules/ngx_http_proxy_module.c     if (conf->method.len == 0) {
method           1937 http/modules/ngx_http_proxy_module.c         conf->method = prev->method;
method           1940 http/modules/ngx_http_proxy_module.c         conf->method.data[conf->method.len] = ' ';
method           1941 http/modules/ngx_http_proxy_module.c         conf->method.len++;
method             89 http/modules/ngx_http_random_index_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) {
method             61 http/modules/ngx_http_static_module.c     if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD|NGX_HTTP_POST))) {
method            196 http/modules/ngx_http_static_module.c     if (r->method & NGX_HTTP_POST) {
method             68 http/modules/ngx_http_stub_status_module.c     if (r->method != NGX_HTTP_GET && r->method != NGX_HTTP_HEAD) {
method             80 http/modules/ngx_http_stub_status_module.c     if (r->method == NGX_HTTP_HEAD) {
method             14 http/ngx_http_core_module.c     uint32_t   method;
method           1389 http/ngx_http_core_module.c     if (r->method & clcf->limit_except) {
method           1430 http/ngx_http_core_module.c                    && r->method == NGX_HTTP_POST
method           1800 http/ngx_http_core_module.c     if (r->method == NGX_HTTP_HEAD || (r != r->main && val.len == 0)) {
method           2222 http/ngx_http_core_module.c     sr->method = NGX_HTTP_GET;
method           3898 http/ngx_http_core_module.c                 pclcf->limit_except &= name->method;
method            187 http/ngx_http_header_filter_module.c     if (r->method == NGX_HTTP_HEAD) {
method            164 http/ngx_http_parse.c                         r->method = NGX_HTTP_GET;
method            169 http/ngx_http_parse.c                         r->method = NGX_HTTP_PUT;
method            179 http/ngx_http_parse.c                             r->method = NGX_HTTP_POST;
method            184 http/ngx_http_parse.c                             r->method = NGX_HTTP_COPY;
method            189 http/ngx_http_parse.c                             r->method = NGX_HTTP_MOVE;
method            194 http/ngx_http_parse.c                             r->method = NGX_HTTP_LOCK;
method            201 http/ngx_http_parse.c                             r->method = NGX_HTTP_HEAD;
method            210 http/ngx_http_parse.c                         r->method = NGX_HTTP_MKCOL;
method            214 http/ngx_http_parse.c                         r->method = NGX_HTTP_PATCH;
method            218 http/ngx_http_parse.c                         r->method = NGX_HTTP_TRACE;
method            225 http/ngx_http_parse.c                         r->method = NGX_HTTP_DELETE;
method            230 http/ngx_http_parse.c                         r->method = NGX_HTTP_UNLOCK;
method            239 http/ngx_http_parse.c                         r->method = NGX_HTTP_OPTIONS;
method            247 http/ngx_http_parse.c                         r->method = NGX_HTTP_PROPFIND;
method            256 http/ngx_http_parse.c                         r->method = NGX_HTTP_PROPPATCH;
method            745 http/ngx_http_parse.c     if (r->http_version == 9 && r->method != NGX_HTTP_GET) {
method            495 http/ngx_http_request.c     r->method = NGX_HTTP_UNKNOWN;
method           1539 http/ngx_http_request.c     if (r->method & NGX_HTTP_PUT && r->headers_in.content_length_n == -1) {
method           1547 http/ngx_http_request.c     if (r->method & NGX_HTTP_TRACE) {
method            379 http/ngx_http_request.h     ngx_uint_t                        method;
method            555 http/ngx_http_special_response.c         if (r->method != NGX_HTTP_HEAD) {
method            556 http/ngx_http_special_response.c             r->method = NGX_HTTP_GET;
method            657 http/ngx_http_upstream.c         if (!(r->method & u->conf->cache_methods)) {
method            661 http/ngx_http_upstream.c         if (r->method & NGX_HTTP_HEAD) {
method            662 http/ngx_http_upstream.c             u->method = ngx_http_core_get_method;
method           1853 http/ngx_http_upstream.c         if (r->method != NGX_HTTP_HEAD) {
method           1854 http/ngx_http_upstream.c             r->method = NGX_HTTP_GET;
method            295 http/ngx_http_upstream.h     ngx_str_t                        method;