Skip to content

DrkWithT/Derk-s-Async-Httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Brief

My redux of a toy C++ HTTP/1.x server, but it focuses on event-driven handling: It will use socket polling & std::async for 'non-blocking' I/O operations.

References

Basic Demonstration

test page with text echoing

Roadmap

  • Handle "absolute host" URIs... Maybe check the scheme as http besides matching the host:port segment against the Host and server-set address info.
  • Test GET query param handling.
  • Add colored logging.

About

My first attempt at an event-driven web server. WIP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published