Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 475 Bytes

File metadata and controls

12 lines (7 loc) · 475 Bytes

HttpCallback Interface

Callback to be called before and after the HTTP call for an endpoint is made.

Methods

Name Description Return Type
onBeforeRequest(HttpRequest request) Callback called just before the HTTP request is sent. void
onAfterResponse(HttpContext context) Callback called just after the HTTP response is received. void