Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 460 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 460 Bytes

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.