An open API service indexing awesome lists of open source software.

https://github.com/wgliang/lightserver

轻量级HTTP Server
https://github.com/wgliang/lightserver

Last synced: 7 months ago
JSON representation

轻量级HTTP Server

Awesome Lists containing this project

README

          

项目名称:简单的Http服务器

项目用途:个人学习

项目开发环境:Linux 3.16.0 GCC 4.9.1

程序的函数图:

Lightserver
|---------------main
|
|-----lightserver
| |------start
| |
| |------accept
| |
| |------cgi
| |
| |------cat
| |
| |------return_file
|
|-----status
| |------headers 200
| |
| |------unimplemented 501
| |
| |------unfound 404
| |
| |------internalerr 500
| |
| |------requesterr 400
|
|-----helper
|------get_line
|
|------error_detail