Hyper announces two interception points through ColdBox: onHyperRequest and onHyperResponse.
This interception point is announced before the request is sent. It receives the request as the only parameter inside data.
This interception point is announced after the response is received. It receives the response and the request inside data.

