CURL: mudanças entre as edições

De Wiki Clusterlab.com.br
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 resumo de edição
Linha 2: Linha 2:
curl -ivk \
curl -ivk \
   -X POST \
   -X POST \
   -H "Accept: application/json" \
   -H "Content-Type: application/json" \
   -d @file.json \
   -d @file.json \
   http://localhost:8080/api
   http://localhost:8080/api
</syntaxhighlight>
</syntaxhighlight>

Edição das 22h08min de 17 de setembro de 2022

curl -ivk \
  -X POST \
  -H "Content-Type: application/json" \
  -d @file.json \
  http://localhost:8080/api