* Map the request before processing it. * * @default merged back batch request headers into the request
(request: StandardRequest, batchOptions: StandardHandlerInterceptorOptions<T>)
| 21 | * @default merged back batch request headers into the request |
| 22 | */ |
| 23 | mapRequestItem?(request: StandardRequest, batchOptions: StandardHandlerInterceptorOptions<T>): StandardRequest |
| 24 | |
| 25 | /** |
| 26 | * Success batch response status code. |
no outgoing calls
no test coverage detected