This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Ignore http_uri:encode/1 deprecation warning
Switching to uri_string as the warning suggest would ruin OTP 20 compatibility.
pull/2191/head
Michael Klishin
5 years ago
parent
d1af74d6b1
commit
cb5558a5dc
No known key found for this signature in database
GPG Key ID:
E80EDCFA0CDB21EE
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/r3_hex_api.erl
+ 2
- 0
src/r3_hex_api.erl
View File
@ -28,6 +28,8 @@ put(Config, Path, Body) ->
delete
(
Config
,
Path
)
-
>
request
(
Config
,
delete
,
Path
,
undefined
)
.
-
compile
(
{
nowarn_deprecated_function
,
[
http_uri
,
encode
,
1
]
}
)
.
%
%
@
private
encode_query_string
(
List
)
-
>
QueryString
=
Write
Preview
Loading…
Cancel
Save