diff options
author | Valentin Bartenev <vbart@nginx.com> | 2020-12-08 01:59:46 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2020-12-08 01:59:46 +0300 |
commit | 2348229dc7656f36a7915d85af56aae9ed9fb120 (patch) | |
tree | 37f5ce3dcfe6ae4859ce6440765e0b5fa2d4518b /src/nxt_http.h | |
parent | bda76b04e9aec295c7fa11c7eacb6e11c4bf67f4 (diff) | |
download | unit-2348229dc7656f36a7915d85af56aae9ed9fb120.tar.gz unit-2348229dc7656f36a7915d85af56aae9ed9fb120.tar.bz2 |
PHP: populating PHP_AUTH_* server variables.
This closes #498 issue on GitHub.
Diffstat (limited to 'src/nxt_http.h')
-rw-r--r-- | src/nxt_http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_http.h b/src/nxt_http.h index 1418be95..e30bfeb4 100644 --- a/src/nxt_http.h +++ b/src/nxt_http.h @@ -156,6 +156,7 @@ struct nxt_http_request_s { nxt_http_field_t *cookie; nxt_http_field_t *referer; nxt_http_field_t *user_agent; + nxt_http_field_t *authorization; nxt_off_t content_length_n; nxt_sockaddr_t *remote; |