Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 487 Bytes

kibana-plugin-server.responsefactory.md

File metadata and controls

13 lines (8 loc) · 487 Bytes

Home > kibana-plugin-server > ResponseFactory

ResponseFactory type

Creates an object containing request response payload, HTTP headers, error details, and other data transmitted to the client.

Signature:

export declare type ResponseFactory = typeof responseFactory;