搜索资源列表
qt__http
- QT下写的一个HTTP+POST示例,可以提交数据级WEB服务器-QT wrote under a HTTP POST example, can submit data-level Web server
HS_HTTP_Client
- 本程序是用Sockets编写的HTTP客户程序实例,它具有三个基本的命令:GET、HEAD、POST,可以和我前一次发的HTTP服务器进行测试。-this procedure is used to prepare the HTTP Sockets clients example, It has three basic commands : GET, HEAD, POST, and before I could once when the HTTP server for testing.
HTTPProxyServer
- HTTP代理服务器,并发,支持POST,偶的作业。-HTTP proxy server, with support POST, the dual operations.
hao71xt
- 好企业网址小偷程序 演示:http://www.hao71.com程序介绍:非常漂亮的网址小偷程序,自动更新。整个的小偷 的代码由好企业用记事本手工编写。使用说明:1.可以在config.asp里设置网站基本信息。 包括网站名称,网站地址和网站开关等。 2.页面顶部和底部可在senfe.asp里修改。 3.可以修改index_top.htm文件里的内容,在首页 顶部显示。本人网站: http://www.32china.com技术支持: QQ:4650933服务器租用,虚拟主机,
firepass-1.1.2a.tar
- Firepass - 一种隧道技术工具,通过它可以避开防火墙的规则约束,将数据流封装在合法的HTTP POST请求中。任何基于TCP/UDP协议的子协议可以通过它来穿越HTTP代理服务器对HTTP协议的严格审查。到目前为止,客户端和服务器端仅用PERL语言编写。服务器端作为一个CGI脚本运行在WEB服务器上。Firepass的主要特点是用户可以在外网使用几种方法安装服务器端脚本。用户无需在外网计算机上帮定任何端口。当服务端脚本被置于企业WEB服务器上,客户端脚本从外部网络和它通信时,Firepa
delphiPOST.rar
- 使用IDHTTP,POST数据到WEB服务器的例子。,The use of IDHTTP, POST data to a WEB server example.
http_post_in_c
- 使用纯C编写的http post请求,可用于测试HTTP服务器等。是一个很适用的小工具。-The use of pure C prepared http post request, can be used for testing HTTP server. Is a very applicable gadgets.
VBSocketProgramming
- Visual Basic Examples: TCP/IP Client/Server HTTP/HTTPS ICMP Gt/Set SNMP SNMP Trap SSH IP2Country Wake On Lan Telnet HTTP-POST FTP DNS, RSH, UDP, NTP-Visual Basic Examples: TCP/IP Client/Server HTTP/HTTPS ICMP Gt/Set SN
small_http_server
- 轻量级http服务器程序,实现了一个HTTP服务器的所有基本功能,包括GET, HEAD, and POST方法等等。-Lightweight http server, a HTTP server to achieve all the basic functions, including GET, HEAD, and POST methods.
lyoulhttpclient
- CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient are for the purpose of simplifying the WinInet' s AP
CSharp_Simulation_IIS_SeverGET_POST
- 建于: 2010-12-12 作者: kevery / 香門 QQ:214958266 目的: 模拟IIS服务器 当前: 测试模块效果 测试环境:Visual Studio 2005 C# .NET Framework 2.0 windows 7 用途: 建立简单C/B/S模式转输数据. 优点: 采用HTTP方式(方式:POST GET) ,简单,实用. GET方式时,访问未指明的文件名时,默认访问:index.html文件,即默认主页-Built in: 2010
curl-7.26.0
- curl的作用:curl是一个利用URL语法在命令行方式下工作的文件传输工具。 它支持很多协议:FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE 以及 LDAP。curl同样支持HTTPS认证,HTTP POST方法, HTTP PUT方法, FTP上传, kerberos认证, HTTP上传, 代理服务器, cookies, 用户名/密码认证, 下载文件断点续传,上载文件断点续传, http代理服务器管道( proxy tunneling),
commandline
- http server,最简化例程.支持HTTP POST/GET -http server, minimized,support http POST/GET
Post
- 实现WEB编程中常用的POST上传文件的方法。使窗体程序与采用WEB模式开发的服务端传输文件无缝衔接,再编程可以实现断点续传等功能-WEB programming to achieve common method POST to upload files. Making procedures and the use of a form of model development WEB server to transfer files seamlessly, reprogramming HTTP
mini-server-http
- MiniWeb is an embeddable, cross-platform, small-footprint HTTP server implementation, implementing basic GET and POST requests as well as request handling dynamic content generating. It works on x86 (Windows/Linux), ARM, MIPS and any posix platforms,
HTTPGetPost
- 一个连接HTTP服务器的CLient是用MFC做多文档视图做的界面,其中详细的接受啊了使用HTTP Get和HTTP Post两种方式向服务器的发送请求的过程,并且把发送请求的http协议头和收到的协议头和内容都输出到了界面中,很容理解http协议。VC6.0测试通过,使用的时候,只需修改代码中http服务器的地址即可。-HTTP server CLient a connection is made with a multi-document view MFC int
http-server-demo
- delphi http服务器端的示例代码,编程工具 delphi7,http post get-delphi7,http post get
VB 代理服务器
- VB写的代理服务器,对HTTP的GET和POST支持很好(The proxy server written by VB is good for HTTP's GET and POST support)
Web服务器
- 超轻量型 Http Server,用来学习非常不错,实现GET/POST 的 Web 处理,可以帮助我们真正理解服务器程序的本质。(Super lightweight Http Server, used for learning is very good, Web GET/POST, can help us understand the nature of the server program.)
httpProxy
- 超轻量型 Http proxy Server,用来学习非常不错,实现GET/POST 的 Web 处理,可以帮助我们真正理解服务器程序的本质。(Super lightweight Http proxy Server, used for learning is very good, Web GET/POST, can help us understand the nature of the server program.)