搜索资源列表
OperaIE
- 使用IE的自动化服务发送http/post请求,并打开一个新的IE窗口-use IE to send automated service http / post requests, and to open a new IE window
HTTPExample
- symbian c++的HTTP联网,里面包括简单的get和post请求
ISAPI
- WinCE ISAPI demo 程序,作为CE中嵌入式web的接口,通过编程ISAPI来完成特定的数据访问,本例完成从内存共享中读取映射,响应用户的http get/post请求
firepass-1.1.2a.tar
- Firepass - 一种隧道技术工具,通过它可以避开防火墙的规则约束,将数据流封装在合法的HTTP POST请求中。任何基于TCP/UDP协议的子协议可以通过它来穿越HTTP代理服务器对HTTP协议的严格审查。到目前为止,客户端和服务器端仅用PERL语言编写。服务器端作为一个CGI脚本运行在WEB服务器上。Firepass的主要特点是用户可以在外网使用几种方法安装服务器端脚本。用户无需在外网计算机上帮定任何端口。当服务端脚本被置于企业WEB服务器上,客户端脚本从外部网络和它通信时,Firepa
httpPost
- 通过发送post请求的方式得到网站返回的数据,简单的几个.c文件来实现。 调用方便。 也可以将其中的文件单独编译成一个库或者dll。 有vs工程。
chttp.rar
- Linux环境下,使用C语言实现HTTP POST请求,经过实际运用的。,Linux C HTTP
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.
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
post
- 本源码是采用E语言编写的向WEB服务器发送PSOT请求的实例-The source code is written by E to the WEB server to send the requested instance PSOT
HttpProc_CN
- 实现HTTP协议中的GET、POST请求-HTTP protocol implementation GET, POST request
simpleproxy
- 该代理服务器能够处理从客户端浏览器发来的GET、HEAD、POST请求 能够基于服务器域名进行过滤,特定的域名将不能访问 能够基于客户黑名单使特定客户不能使用此代理。如果客户端浏览器访问的WEB服务器是使用的IP地址,则不需要进行过滤。-The proxy server can handle from the client browser sent a GET, HEAD, POST request to a server-based domain filtering, a particular
Ajaxky
- 使用 迈云 Ajax 类可以无刷新 发送 GET 或 POST 请求,通过放置安全策略文件可以跨域访问网站,获取内容,适合多站点间的互联互通。-Ajax class can use the step goes to send GET or POST without refresh request, by placing security policy files can be cross-domain access to sites, access to content, for interop
linux-CHTTP-POST
- linux下纯C简单的HTTP POST请求 客户端模型-pure C under linux simple HTTP POST request client model
Android-GET-and-POST-DEMO
- Android发送GET和POST请求DEMO-android get and post demo
SendPost
- 发送post请求给第三方,获取返回信息。可用于调用接口等(Send the post request to the third party to retrieve the return information. Can be used to call interfaces and so on)
http的post发送接收数据以及xml解析
- http协议的post请求实例,发送请求,获取之后用xml解析(HTTP protocol post request instance, send request, obtained after the use of XML parsing)
HttpPost
- http post请求简单示例,及get请求(A simple example of HTTP post request and get request)
http
- 主要用于在c++中进行http同步请求的接口类,使用很简单,支持Get/Post请求方式(The interface class, which is mainly used in c++ for HTTP synchronization requests, is easy to use and supports the Get/Post request mode)
ApiService
- http请求工具类,支持GET、POST请求等,直接使用,便于开发(HTTP requests the tool class, supports GET, POST requests, and so on. It is used directly and is easy to develop.)
cpr.tar
- 用于c++发送post请求的封装库,底层调用libcurl,使用格式类似python rest,更加便捷(wrapper for C++ post request/libcurl)