搜索资源列表
tear.rar
- 控制台应用程序,与 Internet 进行通信。该示例说明如何使用 CHttpFile 生成对 CHttpConnection 和 CInternetSession 对象的 HTTP 请求。,Console applications, and Internet communications. The example illustrates how to use CHttpConnection and CHttpFile generated CInternetSession of the HTTP
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-request
- http请求,此程序封装了http的请求鉴权信息-http request, this program encapsulates the http request authentication information
http
- 只要按照HTTP协议发送request,然后对接收到的数据进行分析,如果页面上还有href之类的链接指向标志就可以进行深一层的下载了-As long as in accordance with the HTTP protocol to send request, then docking analysis of the data received, if the pages have links like href signs point to a deeper level can be car
HTTP_Spy-src
- A simple way to find the configuration of a Web Server is by using any one of the HTTP request methods HEAD and GET.
Socket
- CSocket获取http响应包。重载CSocket的收包函数;根据输入http地址发送http请求。-CSocket access http response packet. Overloaded functions CSocket admission package under the Importation of http address to send http request.
API_http
- API实现HTTP请求模拟POST提交数据源码-API to achieve simulated HTTP request POST to submit data source
request
- 分析http协议的Request请求,适用与初学者学习-Request of http protocol request, for beginners to learn and
RequestHttp
- HTTP请求的封装,适用于初学者使用。欢迎交流-HTTP request package, suitable for beginners. Welcome exchange
MyHTTPRequest
- HTTP发送请求,支持GET和POST,功能超强-HTTP request sent, support GET and POST, features super-
http
- 发送http请求,如果成功会显示报文信息,如果失败会显示失败的原因-send a http request and print the response
SnifferHttp
- 通过网卡捕获http请求,并显示http请求信息。-With the card to capture http request
mult-request
- 向指定的地址批量发送HTTP请求。可以用来刷点击,或者分析网站的数据交换协议-HTTP request sent to the address specified quantities. Can be used to brush Click or analyze site data exchange protocol
vir-request
- 模拟HTTP请求,主要用来分析目标网站的数据交换协议用。最原生的HTTP请求方式。-Analog HTTP request, mainly used to analyze the data exchange agreement with the target site. Most native HTTP request method.
VCPP-HTTP-Get-Post
- VC++请求HTTP,使用POST和GET方法-vc++ http request for get post
cpp-http
- 此文件是用c++语言实现的http请求,实现了最基本最核心的web应用的-This document is a http request c++ language, to achieve the most basic core web application
http
- http请求的四个方法,包括post、get、put、delete-four methods http request, including post, get, put, delete
http
- 使用qt编写的http请求客户端,主要实现了post和get方法,实现与httpserver的交互-Use qt written http request the client, the main achievement of the post and get methods interact with the httpserver
Fetche-HTTP-1.1.0
- Code to fetch the link for any web data. This code is for HTTP Request/Response fatching.
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