搜索资源列表
sendRequest
- 简单的发送http request的代码 找了好久 现在能找到能用的代码太难了啊-Simple code to send http request for a long time to find the code can now find difficult ah
TestHttpPost
- 模拟HTTP POST/GET请求的工具,方便测试服务器网络接口-Simulate HTTP POST/GET request tool to facilitate the testing server network interface
iopenet
- 使用windows http post请求json数据,实现iopenet通讯协议,IDE:VC6.0. 可编译通过。有测试数据,见html.txt。-Using windows http post request json data to achieve iopenet communication protocols, IDE: VC6.0. Could compile. With test data, see html.txt.
HttpMultipart
- WCF 是微软力推的通讯框架,它能够以 ASP.NET WebService 的方式实现 RESTful 方式的服务。但是缺陷是目前的版本不支持对 HTTP multipart 格式的自动解析。而不像传统的 ASP.NET WebService 可以自动解析 multipart 中的多媒体数据,并通过访问 Context.Request.Form["name"] 和 Context.Request.Files["name"] 方便地访问。 这份代码在 HttpMultipartForm
tcpIP4
- 一个简单的web服务器,它仅能处理一个请求. Web服务器: (1)当一个客户(浏览器)连接时创建一个连接套接字; (2)从连接套接字接收http请求。 (3)解释该请求以确定所请求的文件; (4)从服务器的文件系统获得请求的文件。 (5)创建一个由请求的文件组成的http响应报文。报文前面有首部行。 (6)经TCP连接想请求的浏览器发送响应。如果浏览器请求的文件不在服务器,服务器返回“404 Not Found”差错报文。 Web客户端:采用浏览器实现。输入UR
post
- Send HTTP POST request
