Skip to content

Files

Latest commit

 

History

History

lib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Internal C++ Libraries

The following C++ Libraries are used internally by the project.

lib/event

The Event Library is used by libhttp to abstract a clean Linux networking socket layer user interface.

lib/http

The HTTP Library is used to

  • Parse HTTP Requests / Headers
  • Generate HTTP Requests / Headers
  • Send HTTP Network Requests

http-parser

Detailed Documentation following.

http-net

Detailed Documentation following.