搜索资源列表
网络发包
- 用于模拟发送HTTP数据包,支持POST,GET方式。
httpSniffer_Src.rar
- delphi源代码。是木桩同志写的,我只是借花献佛^_^使用了winpcap,所以要先安装之。用途:捕获HTTP的GET和POST消息,用于截获URL的访问以及表单的提交(比如只监听POST消息,可以抓到论坛登陆的帐号和密码)。,delphi source code. Is written by wood piles, Comrade, I just none ^ _ ^ using winpcap, so first installed. Purposes: to capture HTTP-G
HTTPrequest
- vc++ http post get 请求-vc++ http post get
lcx-5.2
- HTTP GET/POST tool base web ps,TCP over HTTP.
Winsock
- VB Winsock HTTP POST GET表单提交-VB Winsock HTTP POST GEt
VC.GET.POST.HTTP.client.code.send.request
- VC实现GET POST发送请求HTTP客户端代码VC realize GET POST HTTP client code to send request -VC realize GET POST HTTP client code to send request
http
- 跨平台http Get Post函数,都是可以直接用的-http download, support get and post
http_Post_Get
- 通过CHttpSession发送Get、Post报文。并可自定义HTTP包头-CHttpSession send through the Get, Post Message. And custom HTTP header
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
Sockets-2.3.9.1
- C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-his is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore wor
HttpGetPost
- symbian http post get.
post
- C++ 用HTTP的GET方式向网站发送数据-C++ with the HTTP GET method to send data to the site
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
VB-Winsock-HTTP-POST-GET
- vb.net Get Post vb.net Get Post提交网页-vb.net Get Post submit pages
CSharphttp-post-get
- http post get实例 实际代码显示post get-the source for c# http class
http-server-demo
- delphi http服务器端的示例代码,编程工具 delphi7,http post get-delphi7,http post get
MFCDemo
- 初学 POST-GET 功能,http协议的初步学习。(Beginner POST-GET function)
HttpPost
- http post请求简单示例,及get请求(A simple example of HTTP post request and get request)
HTTP
- 模拟HTTP协议,Java 发送 http 请求 (get 与 post 方法请求 ) , 以下代码经本人亲自调试可用! 可以直接使用之。 注意:通过 BufferedReader 读取远程返回的数据时,必须设置读取编码,否则中文会乱码!(Simulate HTTP protocol, Java send http request (get versus post Method request ) , The following code is available t