Methods
Protected transformOptions
- transformOptions(options: RequestInit): Promise<RequestInit>
Parameters
Returns Promise<RequestInit>
Protected transformResult
- transformResult(url: string, response: Response, processor: ((response: Response) => any)): any
Parameters
url: string
response: Response
processor: ((response: Response) => any)
- (response: Response): any
Returns any