CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 Web服务器 搜索资源 - http client

搜索资源列表

  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
    • 文件大小:64.62kb
    • 提供者:陈康
  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
    • 文件大小:10.18kb
    • 提供者:雨岳
  1. HTTPfuwuqichengxu

    0下载:
  2. 实现对HTTP服务器端口进行侦听,能接受客户端的连接请求。可以对客户端的GET请求方式作出响应,将指定的网页发送到浏览器。记录在服务器运行过程中的所有错误和时间,并显示出来。-achieve HTTP server port on the interception, the client will accept the connection request. The client can request the GET method response to a Web page is sent
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:44.11kb
    • 提供者:阿缘
  1. winip-src-2201

    0下载:
  2. 一款域名服务器仿真程序 Winip is client that allows single fully qualified domain names to identify dynamically addressed hosts. It currently interfaces with services that use the dhis protocal (http://www.dhis.org/dhis/) or the ods protocal (www.ods.org).
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:116.45kb
    • 提供者:张鹏
  1. exe1

    0下载:
  2. ssd8 exercise 1 The purpose of this exercise is to build a simple Web client and a simple Web server—a server that responds only to the HTTP GET and PUT commands.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:6.57kb
    • 提供者:xyf
  1. src

    0下载:
  2. 一个简单的HTTP SERVER,在服务器端预设一个主页,包括超过一个对象(可包括图像等对象)。Server能够把该网页正常传给客户端的浏览器执行。服务器端采用多线程。-A simple HTTP SERVER, in a server-side default home page, including more than one object [which may include images and other objects]. Server to be able to pass the
  3. 所属分类:Web Server

    • 发布日期:2017-04-27
    • 文件大小:41.73kb
    • 提供者:miaoqiang
  1. lighttpd-1.4.25.tar

    0下载:
  2. * mod_magnet:修复对()正常表和字符串(修复#1307) * mod_magnet:添加打印lua错误回溯 * mod_rewrite:如果不编译pcre,修正编译错误, *禁用警告“CLOSE-read”(修复#2091) * mod_rrdtool:如果不存在则创建文件的修复(#1788) *在connection_reset重置tlsext_server_name - 修正了随机主机名$HTTP["host"]条件 *输出一些SSL_CLI
  3. 所属分类:Web Server

    • 发布日期:2017-03-22
    • 文件大小:762.33kb
    • 提供者:yarx
  1. HTTPclient

    0下载:
  2. 一个delphi做的HTTP客户端程序。经过调试,保证可用-Delphi to do a HTTP client program. After commissioning, to ensure that available
  3. 所属分类:Web Server

    • 发布日期:2017-03-23
    • 文件大小:218.49kb
    • 提供者:王谦
  1. Ch14Demo4

    0下载:
  2. 用VC编写的HTTP客户端程序读取网上文件获得网页的源码文件-Written by VC HTTP client program reads the web page file for the source files
  3. 所属分类:Web Server

    • 发布日期:2017-04-10
    • 文件大小:1.8mb
    • 提供者:王大宇
  1. HTTP1

    0下载:
  2. 1. 编写简单的HTTP 1.0 客户端程序;编写简单的HTTP 1.0 服务器程序; (1) 实践内容 (2) 实现过程 注意: ① 具体体现Socket的编程流程,注意区分Java Socket与其它Socket的区别; ② 在此实践中某些功能模块的实现流程; ③ 最好利用UML的类图或结构化的程序流程图来描述程序的实现过程; (3) 关键技术 关键写出在完成各个功能时所使用的具体函数,但不要将全部程序代码粘贴; (4) 遇到的问
  3. 所属分类:Web服务器

    • 发布日期:2017-03-03
    • 文件大小:57.27kb
    • 提供者:qinyuchun
  1. jspbook

    0下载:
  2. GZIPFilter可以用gzip的方式压缩HTTP Response的内容,从而在Server端加快了响应回复的速度(gzip压缩过程需耗用CPU资源,却大幅减轻了网卡的处理负担),在Client端缩短了页面刷新时间,在网络内减少了数据流量。另一方面,因为采用的Filter的方式,无需改动应用现有的代码就可引入该功能。-GZIPFilter way can be compressed with gzip content of HTTP Response to the Server side t
  3. 所属分类:Web Server

    • 发布日期:2017-03-28
    • 文件大小:11.64kb
    • 提供者:wendou
  1. Linux

    0下载:
  2. Web服务器SHTTPD可以实现动态配置、多客户访问、CGI支持、支持HTTP/1.0版本,最终能实现简单的可用型Web服务器,多种浏览器可以正常访问SHTTPD上的网页 -Web servers can be dynamically configured SHTTPD, multi-client access, CGI support, support HTTP/1.0 version, the final model can be used to achieve a simple Web
  3. 所属分类:Web Server

    • 发布日期:2017-04-01
    • 文件大小:8.4kb
    • 提供者:汪奔波
  1. Client_Server

    0下载:
  2. 简单的Client和Server,通过http协议交互,服务器端有两种实现。-a simple client/server program which interact through http
  3. 所属分类:Web Server

    • 发布日期:2017-11-22
    • 文件大小:4.55kb
    • 提供者:吴凡
  1. httpclient

    0下载:
  2. 通过sokcet发送http消息,获得http请求结果-Http analog client to get the http request results
  3. 所属分类:Web Server

    • 发布日期:2017-11-18
    • 文件大小:175.04kb
    • 提供者:wangxh
  1. exercise_1_SSD8

    0下载:
  2. Exercise 1 of SSD8 course. The purpose of this exercise is to build a simple Web client and a simple Web server—a server that responds only to the HTTP GET and PUT commands.
  3. 所属分类:Web Server

    • 发布日期:
    • 文件大小:4.23kb
    • 提供者:itras
  1. mlunion_v1.0

    0下载:
  2. 本系统为个人版,仿某知名广告系统。 使用方法: 解压文件-->上传third文件夹到空间根目录 后台:http://域名/admin_login.asp 账号:admin 密码:123456 用户登录:http://域名/login.asp 本程序采用后台添加用户给用户广告代码,客户的广告代码可以链接到广告链接。管理员后台可以自定义给用户点击数据。 -The system for the Personal Edition, to imitation a we
  3. 所属分类:Web Server

    • 发布日期:2017-11-20
    • 文件大小:44.35kb
    • 提供者:wlq
  1. Peer-toPee

    0下载:
  2. 一个点对点应用程序充当客户端和服务器。在基于SOAP的Web服务的情况下,应用程序可以发送一个SOAP请求同行以及接受SOAP请求从一个对等。一个用户可以连接到另一个Peer2Peer应用和浏览临时、上传和下载文件夹。当您启动应用程序Peer2Peer将创建上面的三个文件夹如果他们已不存在。C:\ Temp \ \下载上传。包括在zip文件是我参考的FileShareSoapService Peer2Peer应用程序。 将与其他同行Peer2Peer通过HTTP上的SOAP。 因为应用程序将作为
  3. 所属分类:Web Server

    • 发布日期:2017-11-12
    • 文件大小:73.01kb
    • 提供者:火龙果
  1. Main

    0下载:
  2. java 实现 http 请求,源代码,保证可用,可以正确请求,HTTP数据并且返回。-java http post client
  3. 所属分类:Web Server

    • 发布日期:2017-11-13
    • 文件大小:1.42kb
    • 提供者:xl99921
  1. web-browser

    0下载:
  2. 这个程序是浏览器,主要实现网页打开 收藏 前进 倒退 和刷新,是http协议的,是定义的按钮来实现客户端与服务端的信息传输的。-This program is the browser, the main web page open and refresh backwards forward collection is http protocol is defined buttons transmit information to achieve client and service side o
  3. 所属分类:Web Server

    • 发布日期:2017-05-13
    • 文件大小:3.41mb
    • 提供者:徐亚
  1. TCPClient

    0下载:
  2. HTTP Client 实现GET方法 能读取SerVer的返回值-HTTP Client realization GET method
  3. 所属分类:Web Server

    • 发布日期:2017-04-12
    • 文件大小:1.03kb
    • 提供者:Yan
« 12 »
搜珍网 www.dssz.com