주 메뉴 열기

wwiki β

바뀜

Curl

276 바이트 추가됨, 2023년 4월 19일 (수) 12:56
편집 요약 없음
-X, --request <method> Specify request method to use
 
=== -L, --location ===
(HTTP) If the server reports that the requested page has moved to a different location (indicated with a Location: header and a 3XX response code), this option will make curl redo the request on the new place.
== 예시 ==
==== json ====
$ curl --data '{"key":"value", "key2":"value2"}' --header "Content-Type: application/json" --request POST <nowiki>http://localhost/api</nowiki>
 
== 외부링크 ==
https://curl.se/
 
[[분류:명령어]]
편집
2,431