搜索资源列表
ProcessorMsgThread
- 介绍短信的处理程序,从接收到短信,分类找到相应的业务处理名称,然后发送HTTP到业务来进行短信的处理.-introduced SMS handling procedures, from receiving SMS, find corresponding classification processing business name, and then send HTTP to the business to deal with the messages.
testfsfs
- jbuilder工程,通过socket发送http。body是xml-JBuilder project through socket send http. Body of xml
HTTPClient symbian系统下的一款使用HTTP协议
- symbian系统下的一款使用HTTP协议发送和获取网页内容的例子,很适合初学者学习。-of a symbian system using the HTTP protocol to send and access web content examples, it is suitable for beginners to learn.
httpresp.zip
- 演示响应浏览器的GET请求并发送结果的小例子,A example demonstrates how to connect web service and send a GET request
HTTP.rar
- 用C++实现的HTTP Web下载,两种方式实现: 1.WinInet(这种方式很简单,但不是很灵活) 2.WinSock(也就是Socket,这种方式有点繁琐,但是可以自定义发送HTTP的报文头和接收响应头,很灵活) 因作者编程水平有限,错误之处,在所难免,欢迎批评指正。 ,Using C++ to achieve the HTTP Web download, the realization of two ways: 1.WinInet (in this way is very simp
cncard
- 1) 本接口需要 mcrypt 和 bcmath 两个PHP扩展库的支持,请先确认您安装并启用了这两个库。 如果您是虚拟主机用户,一般主机商都会安装这两个标准库,您可以使用 phpinfo() 函数查看PHP配置信息,如果没有安装,请联系主机商解决。 2) 文件说明:netpaylclient.php 为 chinapay 提供的签名验签函数库文件,lib_curl.php 为 chinapay 提供的实用函数库文件,方便您使用 curl 发送 HTTP 请求(需要curl扩展库支持)
httpget1
- 演示连接web服务器并发送一个GET请求的小例子-A example demonstrates how to connect web service and send a GET request
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_Post_Get
- 通过CHttpSession发送Get、Post报文。并可自定义HTTP包头-CHttpSession send through the Get, Post Message. And custom HTTP header
vc-http
- VC Socket GET_POST发送HTTP请求示例-VC Socket GET_POST send HTTP
HTTP
- 对网络中HTTP协议进行上传下载,基于HTTP协议进行发送数据及上传下载文件-HTTP protocol on the network for uploading and downloading, based on the HTTP protocol to send data download and upload files
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
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.
send-sms-java-http
- send sms in a java project
sendPic
- http proc send picture
http-schedule
- about regular send http connection
HTTPClient
- httpClient.it can send HTTP requert by get/post method.
Http
- java发送http请求的一个小例子 包含get和post两种请求方式-A small example of java send http request contains two request get and post mode
http的post发送接收数据以及xml解析
- http协议的post请求实例,发送请求,获取之后用xml解析(HTTP protocol post request instance, send request, obtained after the use of XML parsing)
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