فهرست منبع

curl: add --header example

James Carlos 9 سال پیش
والد
کامیت
b38813ca3f
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      pages/common/curl.md

+ 4 - 0
pages/common/curl.md

@@ -23,6 +23,10 @@
 
 `curl --head {{http://localhost}}`
 
+- include an extra header
+
+`curl --header "{{X-MyHeader: 123}}" {{http://localhost}}`
+
 - pass a user name and password for server authentication
 
 `curl -u myusername:mypassword {{http://localhost}}`