搜索资源列表
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
js+php_post
- JS+PHP的一个后台发送post请求的源码.一个比较好的例子,希望对年轻人有点帮助.-JS+ PHP to send a post request for the background source. A good example of hope for young people to some extent.
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
TestGetpost
- 程序示范了如何向Web站点发送GET请求、post请求,并从Web站点取得响应的示例-Program demonstrates how to send a GET request to the Web site, post request and response obtained from the sample Web site
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
test
- 利用php+curl技术来模拟网页发送post请求,登陆网站(Using php+curl technology to simulate web pages to send post request, landing site)
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)
C++ post请求发送文件遇到的问题
- 老板要求用C++上传文件给服务器,调试的时候服务器收到了由C++编写的客户端的请求,但是没有收到内容。调试了一个星期,终于找到了问题的原因。