주 메뉴 열기

wwiki β

바뀜

Curl

265 바이트 추가됨, 2023년 4월 20일 (목) 00:29
편집 요약 없음
== 사용법 ==Usage: curl [options...] <url> === 기본 옵션 ===
-H, --header <header/@file> Pass custom header(s) to server. (ex: -H 'X-Naver-Client-Id: xxxx')
 curl -d "name=curl" -d "tool=cmdline" <nowiki>https://example.com</nowiki>
 curl -d @filename <nowiki>https://example.com</nowiki>
 
=== --data-binary <nowiki><data></nowiki> ===
(HTTP) This posts data exactly as specified with no extra processing whatsoever.
 
 
Example:
 curl --data-binary @filename <nowiki>https://example.com</nowiki>
== 예시 ==
편집
2,431