Kudos
Collect
Twiiter
Facebook
Share

curl

Last updated 4 months ago
0 0 0 0

curl 옵션

옵션사용예설명
-X-X POSTHTTP 메서드 정보
-d-d “key1=val1&key2=val2” localhost:3000POST 통신 시 body 데이터
-HContent-Type:application/json헤더 정보
-xcurl -x http~프록시 서버 설정
-Tcurl -T file.txt http~파일을 서버에 전송 시 사용
-Acurl -A “Mozilla/5.0” http~유저 에이전트(user agent)를 변경
-icurl -i http~서버의 응답을 결과로 출력
-Icurl -I http~서버 응답에서 헤더 값만 출력
-Ocurl 0O http~/file.txt서버의 파일을 이름 변경 없이 내려받기
-Lcurl -L http~/redirectingURL리다이렉트 URL 따라가기
-scurl -s http~에러가 발생해도 출력하지 않음(silent)
-Scurl -S http~에러 발생 시 에러 출력(Show)
Essedrop - Make your file online instantly

¶ Contents

 

Responses

Leave a response to @lime1st

Please sign in to comment.
Markdown is also available in comment.