diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-09-02 14:37:16 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-09-02 14:37:16 +0000 |
commit | 94e9aaa8adb3405599f8591f721dd9eb9f58834a (patch) | |
tree | 4000008b103f1222cecfc51a3f1af58de2981853 /src/core/ngx_string.h | |
parent | a256afd0649210dd04772d1b9d3a5e8c275e67ca (diff) | |
download | nginx-94e9aaa8adb3405599f8591f721dd9eb9f58834a.tar.gz nginx-94e9aaa8adb3405599f8591f721dd9eb9f58834a.zip |
new ngx_http_secure_link_module with secure_link, secure_link_md5, and
secure_link_expires
Diffstat (limited to 'src/core/ngx_string.h')
-rw-r--r-- | src/core/ngx_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h index 821871470..3f1e91e70 100644 --- a/src/core/ngx_string.h +++ b/src/core/ngx_string.h @@ -178,6 +178,7 @@ u_char *ngx_hex_dump(u_char *dst, u_char *src, size_t len); void ngx_encode_base64(ngx_str_t *dst, ngx_str_t *src); ngx_int_t ngx_decode_base64(ngx_str_t *dst, ngx_str_t *src); +ngx_int_t ngx_decode_base64url(ngx_str_t *dst, ngx_str_t *src); uint32_t ngx_utf8_decode(u_char **p, size_t n); size_t ngx_utf8_length(u_char *p, size_t n); |