-
Notifications
You must be signed in to change notification settings - Fork 0
IHTTPOptions
Steve edited this page Apr 29, 2020
·
1 revision
interface IHTTPOptions extends IOptions
export interface IHTTPOptions extends IOptions {
ignoreErrors?: { [key: number]: boolean },
handleIgnoredError?: (httpStatus: number) => Promise<IOverwriteReply>
}Documentation
-
Interfaces