readme

来自「使用纯C编写的http post请求」· 代码 · 共 23 行

TXT
23
字号
	     http_post - do a POST to an HTTP URLhttp_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.Files in this distribution:    README		this    Makefile		guess    http_post.c		source file    http_post.1		manual entryTo build: If you're on a SysV-like machine (which includes old Linux systemsbut not new Linux systems), edit the Makefile and uncomment the SYSV_LIBSline.  If you're doing SSL, uncomment those lines too.  Otherwise, just doa make.Feedback is welcome - send bug reports, enhancements, checks, moneyorders, etc. to the addresses below.    Jef Poskanzer  jef@acme.com  http://www.acme.com/jef/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?