Skip to content

A simple http server implemted by c which supports file upload and download

Notifications You must be signed in to change notification settings

wujiahao15/simple-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-http-server

A simple http server implemted by c which supports file upload and download. This branch is deprecated.

Development Environment

MacOS Catalina
gcc version: Apple clang version 11.0.0 (clang-1100.0.33.12)

Roadmap

  • 支持HTTP GET 方法
  • 可以下载文件
  • 支持HTTP POST 方法
  • 可以上传文件
  • 支持 HTTP 分块传输
  • 支持 HTTP 持久连接
  • 支持 HTTP 管道
  • 使用 openssl 库,支持 HTTPS
  • 使用 libevent 支持多路并发

About

A simple http server implemted by c which supports file upload and download

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published