Skip to content

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>
}

Clone this wiki locally