HttpCallbackConfig
Properties
Section titled “Properties”allowList?
Section titled “allowList?”optional allowList?: string[];denyList?
Section titled “denyList?”optional denyList?: string[];headers?
Section titled “headers?”optional headers?: Record<string, string>;includeFullText?
Section titled “includeFullText?”optional includeFullText?: boolean;method?
Section titled “method?”optional method?: "POST" | "PUT";timeoutMs?
Section titled “timeoutMs?”optional timeoutMs?: number;url: string;