summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorJakub Witczak <kuba@erlang.org>2022-02-02 17:40:05 +0100
committerJakub Witczak <kuba@erlang.org>2022-02-08 17:56:12 +0100
commitece10667cf7b3fe5aa53dad7e4bfa9a4216a2f2b (patch)
treeaf03b0890267720d1343bf296ba2a3100cc2945a /system
parent2e612c1b4e9c551a6dd80743205f586ad38ed9e1 (diff)
downloaderlang-ece10667cf7b3fe5aa53dad7e4bfa9a4216a2f2b.tar.gz
inets: remove deprecated functions from http_uri
- remove http_uri:parse/1 - remove http_uri:parse/2 - remove http_uri:scheme_defaults/0 - delay removal of http_uri:encode/1 until OTP-26 - delay removal of http_uri:decode/1 until OTP-26 - mark httpd_util:decode_hex/1 as deprecated
Diffstat (limited to 'system')
-rw-r--r--system/doc/general_info/DEPRECATIONS6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/doc/general_info/DEPRECATIONS b/system/doc/general_info/DEPRECATIONS
index 91f06e0203..a7e48f599a 100644
--- a/system/doc/general_info/DEPRECATIONS
+++ b/system/doc/general_info/DEPRECATIONS
@@ -22,6 +22,8 @@
#
slave:_/_ since=25 remove=27
ct_slave:_/_ since=25 remove=27
+httpd_util:encode_hex/1 since=25 remove=26
+httpd_util:decode_hex/1 since=25 remove=26
crypto:crypto_dyn_iv_init/3 since=25 remove=27
crypto:crypto_dyn_iv_update/3 since=25 remove=27
@@ -66,8 +68,8 @@ ssl:cipher_suites/0 since=21 remove=24
http_uri:parse/1 since=23 remove=25
http_uri:parse/2 since=23 remove=25
-http_uri:encode/1 since=23 remove=25
-http_uri:decode/1 since=23 remove=25
+http_uri:encode/1 since=23 remove=26
+http_uri:decode/1 since=23 remove=26
http_uri:scheme_defaults/0 since=23 remove=25
httpd:parse_query/1 since=23
pg2:_/_ since=23 remove=24