authorization    1949 http/ngx_http_core_module.c     if (r->headers_in.authorization == NULL) {
authorization    1954 http/ngx_http_core_module.c     encoded = r->headers_in.authorization->value;
authorization    2065 http/ngx_http_core_module.c     if (r->headers_in.authorization && (p & NGX_HTTP_GZIP_PROXIED_AUTH)) {
authorization     134 http/ngx_http_request.c                  offsetof(ngx_http_headers_in_t, authorization),
authorization     189 http/ngx_http_request.h     ngx_table_elt_t                  *authorization;