Context objects provides a uniform way to read request data and write response data.
This package is copied from Netty 4 io.netty.handler.codec.http because
it is NOT included in Netty 3.
Processors are Akka actors that receives and processes ProcessingContext messages.
Routes define the rules for dispatching requests to its intended Akka actor processors.
Utility classes and objects
Web server built on top of Netty.
Socko is a Scala web server powered by Netty networking and Akka processing.