Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 521 Bytes

File metadata and controls

13 lines (11 loc) · 521 Bytes
const CraftHTTP = {
  "description": "A custom HTTP server implementation in C++98",
  "features": ["HTTP/1.1", "Non-blocking I/O", "CGI"],
  "usage": { "docker": ["docker pull dahum/webserver:v1", "docker-compose up"] }
}