Custom Handler (Under const.)

This section provides an example on how to build your own custom Http parser, this can allow higher performance solutions crafted to your needs and out of the box additions for the Http protocol such as implement stream multiplexing with binary headers, a more compact header structure, etc.

[Under Construction]