HTTP Handler class encapsulates the state machine required for a sequence of HTTP transactions. It also coordinates the queuing of pending HTTP methods, creating the appropriate plug-ins and executing them in sequence.
The HTTP Method class is an abstract base class for all HTTP methods; e.g. GET, POST.