Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICloudProxyResponse

Hierarchy

  • ICloudProxyResponse

Index

Properties

cookies: { domain?: string; expires?: number; httpOnly?: boolean; name: string; path?: string; sameSite?: "Strict" | "Lax"; secure?: boolean; url?: string; value: string }[]
endTimestamp: number
message: string
solution: { headers: Record<string, any>; response: string; status: number; url: string }

Type declaration

  • headers: Record<string, any>
  • response: string
  • status: number
  • url: string
startTimestamp: number
status: "ok" | "warning" | "error"
userAgent: string
version: string

Generated using TypeDoc