Skip to content

简单的http服务器,支持GET方法和POST方法

Notifications You must be signed in to change notification settings

wallmamami/http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简单的多线程版http服务器,支持GET方法和POST方法 支持cgi机制,利用GET请求传参可以运行cgi程序从而在数据库中查找到文件路径, 查找成功后,通过html将文件路径编译为超链接返回回给用户,用户可以点击链接访问本地文件。POST方法可以实现用户从本地上传照片到服务器。 可以根据文件的命名格式将其存放到特定路径,并且将路径插入到数据库当中。

About

简单的http服务器,支持GET方法和POST方法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published