* Modifies the request before the request is sent. * * @param context RequestContext of a request which is about to be sent to the server * @returns an observable of the updated request context *
(context: RequestContext)
| 16 | * |
| 17 | */ |
| 18 | pre(context: RequestContext): Observable<RequestContext>; |
| 19 | /** |
| 20 | * Modifies the returned response before it is deserialized. |
| 21 | * |
no outgoing calls
no test coverage detected