readme

来自「WEB服务器,实现简单的HTTP功能」· 代码 · 共 33 行

TXT
33
字号
     tmhttpd - TieMa(Tiny&Mini) Http Server

tmhttpd is a very small HTTP server. It run from daemon.
It implements all the basic features of an HTTP
server, including:
  
  *  Support GET/HEAD method
  *  The common MIME types.
  *  Support Self custom default index page
  *  Directory listings.
  *  Support access log
  *  Support Self custom port and max clients
  *  ...

All in about 1000 lines of code.

See the manual entry for more details.

Files in this distribution:

    README		this
    Makefile		guess
    tmhttpd.c		source file
    tmhttpd.h		source file
    tmhttpd.1		manual entry

To build: If you're on a SysV-like machine (which includes old Linux systems
but not new Linux systems), edit the Makefile and uncomment the SYSVLIBS line.
Otherwise, just do a make.

	heiyeluren  http://blog.csdn.net/heiyeshuwu

⌨️ 快捷键说明

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