Interface Context

Context that used for render server entry point for development It needs a production implementation for your environment. The context will go to the created hook parameters of the plugin

Hierarchy

  • Context

Properties

cookies: Record<string, any>
headers: Record<string, any>
hostname: string
ip: string
memcache: null | number
protocol: string
responseHeaders: Record<string, any>
statusCode: number
url: string

Generated using TypeDoc