搜索资源列表
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
HTTPfuwuqichengxu
- 实现对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
api
- API实现http请求,支持post和get方法
DHTML_Edit18343612292004
- 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
exe1
- 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.
httpresp.zip
- 演示响应浏览器的GET请求并发送结果的小例子,A example demonstrates how to connect web service and send a GET request
skytree2.0ddd
- 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
HTTP_Spy-src
- A simple way to find the configuration of a Web Server is by using any one of the HTTP request methods HEAD and GET.
HttpAppImage
- 使用http的get方法读取web服务器上的图片-get picture form webservice by get method of http protocol
CsharpHTTPServer
- 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
httpsrv
- 本程序是一个web服务器,在 .NET 环境下运行。 实现了 HTTP/1.1 的部分内容,目前它支持GET和HEAD命令,支持断点续传和多线程下载, 在Windows NT/2000/XP环境下,可以运行EXE格式的CGI程序,URL格式为"http://website/cgi.exe?+传递的参数", 注意带上"?",如需传递多个参数,中间用"+"分隔; 如果你有其他的脚本解释程序,或者独立的运行环境(如ASP,PHP,JAVA); 在进行适当的配置之后,也可以作为服务器
CSharp_Simulation_IIS_SeverGET_POST
- 建于: 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
HTTPClient
- httpClient.it can send HTTP requert by get/post method.
HTTPSERVER
- HTTP服务程序 实现get post方法 并有加密与签名-HTTP service program to achieve get post and have encryption and signatures
parse_hasp_http
- get aladdin hasp info over http using libcurl
exercise_1_SSD8
- 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.
curl-master
- 封装curl扩展 方便用来在php脚本中发送http get和post请求(curl vendor package author:xiaohigh)
Web服务器
- 超轻量型 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.)
httpProxy
- 超轻量型 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.)
dictionary-server-node-js
- 这是一款简单的 Node.js HTTP Server 服务器,使用 ES6 模块编写,内部框架使用了 Koa、Koa Router、Realm 和 Tracer。其中 Koa 和 Koa Router 作为基础服务框架,Realm 是数据库框架,Tracer 是日志记录框架。服务主要提供了以下几种 GET 和 PUT 功能:1.检索单字,用于展示详情,主要接收 character(文字);2.检索字符集,主要用于展示列表,接收两种参数,分别是 radical/strokes(部首和笔画)和 d
