The Handler interface enforces the handle method with ajax compliant typing on the implementing class or object. This contract is used by the Proxy to type-guard the next hops.
Generic handle method enforcing ajax compliant typing. The method signature corresponds to that of the ajax method itself.
Requesting Request.
An Observable of the requested Response.
Generated using TypeDoc
The Handler interface enforces the handle method with ajax compliant typing on the implementing class or object. This contract is used by the Proxy to type-guard the next hops.