Last active
May 14, 2016 00:42
-
-
Save sambatriste/82617421d611741a430dde238792e626 to your computer and use it in GitHub Desktop.
curlでXMLを送信する。curl --config hoge.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # 検索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