Class: RequestContext
Isolated
Represents an HTTP Context that allows user to pass data between interceptors.
Methods
next
function next() returns NextService | error?
Isolated Function
Calls the next service in the interceptor pipeline.
Return Type
(NextService | error?)The next service object in the pipeline. An error is returned, if the call fails