Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
SisMaker
/
rebar3
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Projects
0
Versões
62
Wiki
Atividade
Ver código fonte
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 anos atrás
pai
d1af74d6b1
commit
cb5558a5dc
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG:
E80EDCFA0CDB21EE
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
src/r3_hex_api.erl
+ 2
- 0
src/r3_hex_api.erl
Ver arquivo
@ -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
=
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar