Skip to content

Instantly share code, notes, and snippets.

@sambatriste
Last active May 14, 2016 00:42
Show Gist options
  • Select an option

  • Save sambatriste/82617421d611741a430dde238792e626 to your computer and use it in GitHub Desktop.

Select an option

Save sambatriste/82617421d611741a430dde238792e626 to your computer and use it in GitHub Desktop.
curlでXMLを送信する。curl --config hoge.config
#
# 検索API(GET)リクエスト仕様
#
verbose
url = http://localhost:8081/
header "Content-type: text/xml"
data-binary = @myxml.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment