@w5s/httpInterfacesClientOn this pageClient Index PropertiesfetchonRequestonResponsetimeoutProperties fetchfetch: { (input, init): Promise<Response>; (input, init): Promise<Response> }Fetch function. Default to globalThis.fetch.onRequestonRequest: (request) => TaskLike<Request, HTTPError>Wrap a request before sentonResponseonResponse: (response) => TaskLike<Response<BodyReader>, HTTPError>Wrap a received responsetimeouttimeout: TypeOf<any>Response timeout setting
Fetch function. Default to
globalThis.fetch.