useHonoContext
Used to obtain Hono context in an integrated BFF function.
Usage
Function Signature
function useHonoContext(): Context
Example
Developers can use context to obtain more request information, such as setting response headers:
Used to obtain Hono context in an integrated BFF function.
function useHonoContext(): Context
Developers can use context to obtain more request information, such as setting response headers: