apex_middleware library

Classes

RestMiddleware<R>
The descendant of this class can be used as a request or response middleware. For the request middleware specify the R generic type as aRestRowRequest, for the response middleware specify the R generic type as a RestRowResponse After extending from the RestMiddleware override the onNext async method and implement your custom logic, after call the next method