CURL: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(Criou página com '<syntaxhighlight lang=bash> curl -ivk \ -X POST \ -H "Accept: application/json" \ -d @file.json \ http://localhost:8080/api </syntaxhighlight>') |
(Sem diferença)
|
Edição das 17h37min de 15 de setembro de 2022
curl -ivk \
-X POST \
-H "Accept: application/json" \
-d @file.json \
http://localhost:8080/api