|
This Handler prints out the incoming Http Request, and echos it back as plain text. This is great for debugging
request being submitted to the server. Past though this it has little production use. It does not filter
by URL so if it is called it short circuits any other handler down stream. If it is installed at the head of a chain
no other handlers in the chain will be called.
|