Handler objects process an HTTP exchange request by producing an associated response.
Table of Contents
- Chain — dispatch exchange to ordered list of filters
- ClientHandler — submit exchange requests to remote servers
- DispatchHandler — dispatch to one of a list of handlers
- SequenceHandler — process exchange through sequence of handlers
- StaticResponseHandler — create static response in HTTP exchange

