Skip to content

Handora/Qctp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QCTP

Introduction

This project is a simple part of implementation of HTTP/1.1 web server.

Supported feature

  • GET, POST, HEAD
  • HTTP/1.1
  • long connection
  • CGI
  • HTTPS
  • select based event-driving model

TODOS

Change the architecture [1/7]

  • [ ] Add Unit tests such as check based tests
  • [ ] Add supports for thread pools
  • [ ] Add supports for fast CGI
  • [ ] Change select with epoll
  • [X] Add Cmake for project
  • [ ] Refactor
  • [ ] Add support for security

About

My implementation for slow and small http server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published