📄 http_post.1
字号:
.TH http_post 1 "16 March 1999".SH NAMEhttp_post - do a POST to an HTTP URL.SH SYNOPSIS.B http_post.RB [ -t.IR timeout ].RB [ -r.IR referer ].RB [ -u.IR user-agent ].RB [ -a.IR username:password ].RB [ -c.IR cookie ].RB [ -v ].I url.RB [ -f ].I name=value ....SH DESCRIPTION.PP.I http_postHttp_post does a POST operation to an HTTP URL and dumps the results to stdout.It does not do gopher, ftp, file, news, or any other type of URL, only HTTP.It can be configured to do HTTPS POSTs as well..PPThe -t flag specifies a timeout in seconds.If that much time passes with no activity, the post is aborted.The default is 60 seconds..PPThe -r flag specifies a Referer header to send.Some tightly-clenched web admins like to jigger their server to onlyreturn files if the proper Referer is given..PPThe -u flag specifies a User-Agent header to send.Some *really* tightly-clenched web admins like to jigger their server to onlyreturn files if a well-known User-Agent is given..PPThe -a flag lets you do Basic Authentication..PPThe -c flag lets you pass in a cookie..PPThe -v flag is for debugging; it writes out the response headers, aswell as the response contents..PPThe -f flag can be used before each name=value pair.It tells http_post that the value is actually a filename to be read andinserted into the request.It also switches the entire request to use a content-type of multipart/form-data,instead of the usual application/x-www-form-urlencoded..SH AUTHORCopyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -