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

搜索资源列表

  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. 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
    • 文件大小:45165
    • 提供者:阿缘
  1. api

    0下载:
  2. API实现http请求,支持post和get方法
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:178688
    • 提供者:陈忠权
  1. DHTML_Edit18343612292004

    0下载:
  2. DHTML Edit Control is an ActiveX control provided by Microsoft, they provide with it a sample app, this code is built on that app but much enhanced, to get the DHTML control goto: http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnare
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:43689
    • 提供者:fuzzy
  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
    • 文件大小:6725
    • 提供者:xyf
  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. skytree2.0ddd

    0下载:
  2. Open the URL below: http://www.justrun.net/demo/skytree/help/ Click Get Started->Basic tutorial .Follow the instruction to install and configure your web server. JustRun Studio 2007.1.18-Open the URL below: http://www.justrun.net/demo/sky
  3. 所属分类:Web Server

    • 发布日期:2017-03-24
    • 文件大小:198629
    • 提供者:feng
  1. HTTP_Spy-src

    0下载:
  2. A simple way to find the configuration of a Web Server is by using any one of the HTTP request methods HEAD and GET.
  3. 所属分类:Web Server

    • 发布日期:2017-03-28
    • 文件大小:26177
    • 提供者:吴开红
  1. HttpAppImage

    0下载:
  2. 使用http的get方法读取web服务器上的图片-get picture form webservice by get method of http protocol
  3. 所属分类:Web Server

    • 发布日期:2017-04-01
    • 文件大小:43159
    • 提供者:ruyuewangzi
  1. CsharpHTTPServer

    0下载:
  2. A small HTTP server built in C#. In it s current state, it only supports only the GET method, but can be extended to support any method in the RFC2616 standard. For cases where you only need a small, extensible web server to build off of, and you don
  3. 所属分类:Web Server

    • 发布日期:2017-03-26
    • 文件大小:10249
    • 提供者:anatolia
  1. httpsrv

    0下载:
  2. 本程序是一个web服务器,在 .NET 环境下运行。 实现了 HTTP/1.1 的部分内容,目前它支持GET和HEAD命令,支持断点续传和多线程下载, 在Windows NT/2000/XP环境下,可以运行EXE格式的CGI程序,URL格式为"http://website/cgi.exe?+传递的参数", 注意带上"?",如需传递多个参数,中间用"+"分隔; 如果你有其他的脚本解释程序,或者独立的运行环境(如ASP,PHP,JAVA); 在进行适当的配置之后,也可以作为服务器
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:43039
    • 提供者:田南海
  1. CSharp_Simulation_IIS_SeverGET_POST

    0下载:
  2. 建于: 2010-12-12 作者: kevery / 香門 QQ:214958266 目的: 模拟IIS服务器 当前: 测试模块效果 测试环境:Visual Studio 2005 C# .NET Framework 2.0 windows 7 用途: 建立简单C/B/S模式转输数据. 优点: 采用HTTP方式(方式:POST GET) ,简单,实用. GET方式时,访问未指明的文件名时,默认访问:index.html文件,即默认主页-Built in: 2010
  3. 所属分类:Web Server

    • 发布日期:2017-03-31
    • 文件大小:179351
    • 提供者:香门
  1. HTTPClient

    0下载:
  2. httpClient.it can send HTTP requert by get/post method.
  3. 所属分类:Web Server

    • 发布日期:2017-03-30
    • 文件大小:38941
    • 提供者:a
  1. HTTPSERVER

    0下载:
  2. HTTP服务程序 实现get post方法 并有加密与签名-HTTP service program to achieve get post and have encryption and signatures
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:80236
    • 提供者:crystal
  1. parse_hasp_http

    0下载:
  2. get aladdin hasp info over http using libcurl
  3. 所属分类:Web Server

    • 发布日期:2017-03-24
    • 文件大小:69942
    • 提供者:hunter
  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

    • 发布日期:
    • 文件大小:4334
    • 提供者:itras
  1. curl-master

    0下载:
  2. 封装curl扩展 方便用来在php脚本中发送http get和post请求(curl vendor package author:xiaohigh)
  3. 所属分类:Web服务器

    • 发布日期:2017-12-18
    • 文件大小:3072
    • 提供者:SageLee
  1. Web服务器

    0下载:
  2. 超轻量型 Http Server,用来学习非常不错,实现GET/POST 的 Web 处理,可以帮助我们真正理解服务器程序的本质。(Super lightweight Http Server, used for learning is very good, Web GET/POST, can help us understand the nature of the server program.)
  3. 所属分类:Web服务器

    • 发布日期:2018-01-06
    • 文件大小:69692416
    • 提供者:vision2sky
  1. httpProxy

    0下载:
  2. 超轻量型 Http proxy Server,用来学习非常不错,实现GET/POST 的 Web 处理,可以帮助我们真正理解服务器程序的本质。(Super lightweight Http proxy Server, used for learning is very good, Web GET/POST, can help us understand the nature of the server program.)
  3. 所属分类:Web服务器

    • 发布日期:2018-01-06
    • 文件大小:13547520
    • 提供者:vision2sky
  1. dictionary-server-node-js

    1下载:
  2. 这是一款简单的 Node.js HTTP Server 服务器,使用 ES6 模块编写,内部框架使用了 Koa、Koa Router、Realm 和 Tracer。其中 Koa 和 Koa Router 作为基础服务框架,Realm 是数据库框架,Tracer 是日志记录框架。服务主要提供了以下几种 GET 和 PUT 功能:1.检索单字,用于展示详情,主要接收 character(文字);2.检索字符集,主要用于展示列表,接收两种参数,分别是 radical/strokes(部首和笔画)和 d
  3. 所属分类:Web服务器

    • 发布日期:2018-06-05
    • 文件大小:14420410
    • 提供者:semper_idem
« 12 »
搜珍网 www.dssz.com