搜索资源列表
HTTP服务器源码
- HTTP个人服务器源码,采用DELPHI编写,功能简单,适合新手看,老手就不用看了。-personal HTTP server source code, prepared using DELPHI, functions simple, suitable for newcomers, the veteran will not have to read.
HTTP代理服务器(czy)
- 本章实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-chapter achieve a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, inc
HTTP-vc6.0
- VC++6.0写的一个简单HTTP网络服务器.大家可以看看代码.了解HTTP服务器的工作原理-write a simple HTTP server network. We can look at the code. HTTP understanding The working principle server
一种简单的HTTP代理服务器
- 一个简单代理服务器的原代码。-a simple proxy server of the original code.
HTTP代理服务器
- 实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-achieved a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, including in
HttpServer.用java实现的简单HTTP的Web服务器端
- 一个用java实现的简单HTTP的Web服务器端,实现了套接字的基本工作原理,Using java to achieve a simple HTTP-Web server-side to achieve the basic working principle of Sockets
HTTP
- 简单WEB服务器,能够通过HTTP GET命令获得一个简单的文件-A simple WEB server through HTTP GET command to obtain a simple file
HTTP
- HTTP代理服务器,简单好用,满足实验要求-HTTP proxy server, easy to use, to meet the test requirements
Http
- RFC 1945 Http1.0协议实现。对协议进行了完整面向对象设计,并实现简单的Http服务器与客户端。源码行数达4000行。-This is the source codes (over 4000 lines) about an implementation of Http 1.0 protocal with java. The object-oriented design is strictly specified by RFC-1945. And simple versions of
c-httpd-read-only
- c语言实现的http简单服务器代码,c-httpd-read-only 。-simple http sever building in c
http
- 一个用java写的简单的WEB服务器和浏览器,对于相关的学习者有点帮助,可以初步了理一下整个模型的编写-Using java to write a simple WEB server and browser, for a little help learners related, can initial the management about the preparation of the model
简单的HTTP服务器(bubble httpd)
- 本科网络编程作业 简单的HTTP服务器,使用epoll,线程池技术。采用分阶段多线程事件驱动模型。在Linux使用C语言实现。 本代码只适用于Linux平台。README尚未完善。 下载代码后直接用root执行all.bash success后可以使用(默认安装到/usr/local/bubble下) bubble start/stop/restart控制服务启停 配置文件为bubble/etc/bubble.conf 有以为或建议请致信README中的Email
HTTP-web-server-demo-STM32
- 基于STM32的HTTP网页服务器实验,最简单的HTTP网页服务器DEMO.-STM32-based HTTP web server test, the most simple HTTP web server DEMO.
http
- 简单的Http方式服务器与客户端的交互Demo-简单的Http方式服务器与客户端的交互Demo
ha_hfs
- ha_hfs 能在pc机上搭建一个简单的网页,web服务器连通的测试(Ha_hfs can build a simple web page on a PC, web server connectivity test)
MyHttpProxy
- 一个简单的HTTP代理服务器。。。。。。。。。。。。。。。。(A simple HTTP proxy server)
file-httpd
- 最简单的http文件服务器,实现文件列表和静态html显示。编译好的程序文件仅27kb。(The simplest http file server, to achieve file list and static HTML display. The compiled program file is only 27kb.)
c++理解http服务器tinyhttpd-0.1.0.tar
- 用c++做的http简单案例,用以理解http服务器是很不错的,对于新人来说!!(C++ HTTP simple case, to understand the HTTP server is very good, for new people!!!)
简易http
- 简易的http服务器,功能很简单,甚至没有官方的例子好用.但简单直白....(Simple HTTP server, easy to function, not even official examples. But simple and straightforward...)
HTTP权威指南
- HTTP(HyperText Transfer Protocol,超文本传输协议)是Web客户端与服务器交互文档和信息时所使用的协议,是每个成功Web事务的幕后推手。众所周知,我们每天访问公司内部网络、搜索书籍、研究统计信息时所使用的浏览器的核心是HTTP。但HTTP的应用远不仅仅是浏览Web内容。由于HTTP既简单又普及,很多其他网络应用程序也选择了它,尤其是采用SOAP和XML-RPC这样的Web服务。(Behind every web transaction lies the Hypert