⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.htm

📁 MINIWEB 0.75, 可以用于嵌入式系统设计。
💻 HTM
字号:
<HTML>
	<HEAD>
		<TITLE>MiniWeb</TITLE><link href="default.css" rel="stylesheet" type="text/css"></HEAD><BODY class="body"><div align="center">
			<p><img src="logo.png" width="352" height="50"><br>
				The open-source mini HTTP server - Small and elegent
			</p>
			<p><FONT face="宋体"></FONT> &nbsp;</p>
		</div>
		<h2>Introduction</h2>
		<p>MiniWeb is a mini HTTP server implementation written in C language, featuring 
			low system resource consumption, high efficiency, good flexibility and high 
			portability. It is capable to serve multiple clients with a single thread, 
			supporting GET and POST methods, authentication, dynamic contents (dynamic web 
			page and page variable substitution) and file uploading. MiniWeb runs on POSIX 
			complaint OS, like Linux, as well as Microsoft Windows (Cygwin, MinGW and 
			native build with Visual Studio). The binary size of MiniWeb can be as small as 
			20KB (on x86 Linux). The target of the project is to provide a functional HTTP 
			server that is embeddable in other applications (as a static or dynamic 
			library) as well as a standalone web server.</p>
		<p>&nbsp;</p>
		<h2>Demos</h2>
		<p>Click <a href="demo-dyn.htm">here</a> to see a demo of dynamic content given by 
			MiniWeb</p>
		<p>&nbsp;</p>
		<h2>Source code</h2>
		<p>And you can browse the source code of MiniWeb with web pages <a href="src/index.htm">
				here</a>. (This may not always be up-to-date)</p>
		<p>The latest source code zip file can be downloaded <a href="http://cosoft.org.cn/project/showfiles.php?group_id=5616&amp;release_id=5736">
				here</a>.</p>
		<hr>
		<p align="center"><font class="Undernote"><em>MiniWeb (C)2005 All rights reserved by 
					Stanley Huang</em></font><font color="#ffffff" class="Undernote"></font></p>
	</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -