CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Http Send Request

搜索资源列表

  1. HttpServerexample

    1下载:
  2. 本程序实现了一个Http服务器,能够接受客户端(浏览器)的连接请求,可以更改当前 的Http服务目录,而且能够将指定的网页发送到客户浏览器, 本程序是—个基于对话柜的MFC应用程序,主要介绍如何利用socket(套接字)实现Http 协议等内容。请使用vc++.net运行本程序。-This Program realize a Http Server which can accept the connection request of client and change the current H
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:66171
    • 提供者:陈康
  1. 用Java实现Web服务器

    1下载:
  2. 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:10425
    • 提供者:雨岳
  1. CShttpServer

    0下载:
  2. C#编写的简易HTTP服务器,能处理GET请求,并发送当前目录内指定的文件,默认文件为\"index.htm\",找不到文件则发送错误信息 采用多线程编写,能同时连接多个客户端.-C# summary prepared by the HTTP server can handle GET request, , and send the current directory specified in the document, the default document "index.htm&
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5517
    • 提供者:张杰
  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2130304
    • 提供者:smj_9547
  1. httpresp.zip

    0下载:
  2. 演示响应浏览器的GET请求并发送结果的小例子,A example demonstrates how to connect web service and send a GET request
  3. 所属分类:Web Server

    • 发布日期:2017-11-08
    • 文件大小:2124
    • 提供者:
  1. httpget1

    0下载:
  2. 演示连接web服务器并发送一个GET请求的小例子-A example demonstrates how to connect web service and send a GET request
  3. 所属分类:Browser Client

    • 发布日期:2017-11-08
    • 文件大小:2428
    • 提供者:站长
  1. VC.GET.POST.HTTP.client.code.send.request

    0下载:
  2. VC实现GET POST发送请求HTTP客户端代码VC realize GET POST HTTP client code to send request -VC realize GET POST HTTP client code to send request
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-01-27
    • 文件大小:37888
    • 提供者:67
  1. TestHttp

    0下载:
  2. 实现断点续传和检查更新等等功能 。本文附带的工程中有一个支持 HTTP1.1 协议,直接用 Socket 实现下载功能的 DLL,实现了以下功能: 1. 连接主机 2. 格式化请求头 3. 设置接收,发送超时 4. 接收并分析回应头 -The realization of HTTP and check for updates and so on. In this paper, attached to the project, there is a support H
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:79917
    • 提供者:ANDYDENG
  1. hispider-0.1.4.tar

    0下载:
  2. hispider.tar.gz Http请求与发送示例-hispider.tar.gz Http request and send sample
  3. 所属分类:Search Engine

    • 发布日期:2017-03-28
    • 文件大小:146222
    • 提供者:ljh
  1. http

    0下载:
  2. 只要按照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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:39142
    • 提供者:icy
  1. lyoulhttpclient

    0下载:
  2. CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient are for the purpose of simplifying the WinInet' s AP
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2014-07-16
    • 文件大小:1367469
    • 提供者:王波
  1. Socket

    0下载:
  2. 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.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7386621
    • 提供者:liaoxin
  1. http_ping_29jun2005.tar

    0下载:
  2. Http PING 是一种用于对服务器发送大量http get 请求,结果致使网络瘫痪或者严重堵塞。此源代码可供用于学习,切不可用于来搞破坏-Http PING is used for the server to send a large number of http get request, resulting in paralysis or serious cause network congestion. This source code can be used for learning,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-27
    • 文件大小:7956
    • 提供者:赵欣
  1. SMSViaGateway

    0下载:
  2. 利用网通的网关平台收(群)发手机短信,群发手机短信。主要技术:POST HTTP 请求,MD5加密算法,XML文档解析,手机短信发送、接收,短信群发等。源代码已经封装好,并提供详细的测试代码,该程序也可以直接当作手机短信收发的小工具。-Netcom' s gateway platform to use income (group), made a cell phone text messaging, mass text messaging. Main: POST HTTP request,
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:48561
    • 提供者:336
  1. http

    0下载:
  2. 发送http请求,如果成功会显示报文信息,如果失败会显示失败的原因-send a http request and print the response
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:781
    • 提供者:yi
  1. http

    0下载:
  2. Http协议特点 1.支持浏览器/服务器模式。 2.简单快速:客户向服务器请求服务时,只需传送请求方法和路径。-Http protocol support for browser/server mode. Simple and fast: customer service request to the server, simply send the request method and path.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-12
    • 文件大小:419453
    • 提供者:胡海龙
  1. sendmeg

    0下载:
  2. 这是一个用C#发送http/get请求的demo-this is a program which can send http/get request with c#
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:43137
    • 提供者:zx
  1. post

    0下载:
  2. Send HTTP POST request
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1451
    • 提供者:Edu
  1. http的post发送接收数据以及xml解析

    0下载:
  2. http协议的post请求实例,发送请求,获取之后用xml解析(HTTP protocol post request instance, send request, obtained after the use of XML parsing)
  3. 所属分类:网络编程

    • 发布日期:2017-12-23
    • 文件大小:45056
    • 提供者:南国之恋
  1. HTTP

    0下载:
  2. 模拟HTTP协议,Java 发送 http 请求 (get 与 post 方法请求 ) , 以下代码经本人亲自调试可用! 可以直接使用之。 注意:通过 BufferedReader 读取远程返回的数据时,必须设置读取编码,否则中文会乱码!(Simulate HTTP protocol, Java send http request (get versus post Method request ) , The following code is available t
  3. 所属分类:网络编程

    • 发布日期:2018-04-20
    • 文件大小:8192
    • 提供者:159982
« 12 3 »
搜珍网 www.dssz.com