Variable ACTIONSConst

ACTIONS: {
    addCookie: string;
    proxy: string;
    removeCookie: string;
    removeHeader: string;
    setHeader: string;
    syntheticRes: string;
    updateCookie: string;
    updateHeader: string;
    updatePath: string;
} = ...

CDN-as-code configuration actions

Type declaration

  • addCookie: string
  • proxy: string
  • removeCookie: string
  • removeHeader: string
  • setHeader: string
  • syntheticRes: string
  • updateCookie: string
  • updateHeader: string
  • updatePath: string

Generated using TypeDoc