LogoLogo
7.5.0
7.5.0
  • Introduction
  • What's New?
  • Upgrade Guide
  • Getting Started
    • Requirements
    • Installation
  • Making Requests
    • HyperBuilder
    • HyperRequest
    • HyperResponse
  • Customizing Hyper
    • Hyper Clients
    • Custom HTTP Clients
      • CfhttpHttpClient
    • Interceptors
  • Testing
    • Faking Requests
  • ForgeBox
  • GitHub
Powered by GitBook
On this page
  • onHyperRequest
  • onHyperResponse
  1. Customizing Hyper

Interceptors

PreviousCfhttpHttpClientNextFaking Requests

Last updated 1 year ago

Hyper announces two : onHyperRequest and onHyperResponse.

onHyperRequest

This interception point is announced before the request is sent. It receives the request as the only parameter inside data.

onHyperResponse

This interception point is announced after the response is received. It receives the response and the request inside data.

interception points through ColdBox