Skip to content

lkmtue/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-server

A basic http-server written in C++ from scratch.

How to run

  • Install https://bazel.build/
  • git clone https://github.com/lkmtue/http-server.git
  • bazel run //main:main
  • curl http://localhost:8080

Scope

  • Content-length must be presented in headers so that the length of the body can be pre-determined.

About

A basic http-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published