* Modifies the returned response before it is deserialized. * * @param context ResponseContext of a sent request * @returns an observable of the modified response context
(context: ResponseContext)
| 23 | * @returns an observable of the modified response context |
| 24 | */ |
| 25 | post(context: ResponseContext): Observable<ResponseContext>; |
| 26 | } |
| 27 | |
| 28 | export class PromiseMiddlewareWrapper implements Middleware { |
no outgoing calls
no test coverage detected