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

📄 index.htm

📁 MINIWEB 0.75, 可以用于嵌入式系统设计。
💻 HTM
字号:
<HTML><HEAD><TITLE>MiniWeb Source Code</TITLE>
<link href="../default.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY class="body">
<center>
  <p><img src="../logo.png" width="352" height="50"><br>
    The open-source mini HTTP server - Small and elegent </p>
  <p>&nbsp; </p>
  <div align="center" class="body"> </div>
  <h3>Source code files </h3>
  <table width="61%" border="0" class="body">
    <tr> 
      <td width="29%"><div align="center"><a href="miniweb.c.html">miniweb.c</a></div></td>
      <td width="71%"><div align="center"><font size="2">miniweb startup code</font></div></td>
    </tr>
    <tr> 
      <td><div align="center"><a href="http.c.html">http.c</a></div></td>
      <td> <div align="center"><font size="2">the core HTTP server implementation</font></div></td>
    </tr>
    <tr> 
      <td><div align="center"><a href="httpauth.c.html">httpauth.c</a></div></td>
      <td><div align="center"><font size="2">HTTP authentication implementation</font></div></td>
    </tr>
    <tr> 
      <td><div align="center"><a href="httppost.c.html">httppost.c</a></div></td>
      <td><div align="center"><font size="2">HTTP post implementation</font></div></td>
    </tr>
    <tr> 
      <td><div align="center"><a href="httppil.c.html">httppil.c</a></div></td>
      <td><div align="center"><font size="2">platform independant layer (for Linux 
          and Win32)</font></div></td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <h3>Header files </h3>
  <table width="61%" border="0" class="body">
    <tr> 
      <td width="29%"><div align="center"><a href="httpapi.h.html">httpapi.h</a></div></td>
      <td width="71%"><div align="center"><font size="2">external API header file 
          for http protocol</font></div></td>
    </tr>
    <tr> 
      <td><div align="center"><a href="httpint.h.html">httpint.h</a></div></td>
      <td> <div align="center"><font size="2">http implementation internal header 
          file</font></div></td>
    </tr>
    <tr> 
      <td><div align="center"><a href="httppil.h.html">httppil.h</a></div></td>
      <td><div align="center"><font size="2">header files of platform independant 
          layer</font></div></td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <hr>
  <p align="center"><font class="Undernote"><em>MiniWeb (C)2005 All rights reserved 
    by Stanley Huang</em></font></p>
</center>
</BODY>
</HTML>

⌨️ 快捷键说明

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