mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
518 B
518 B
Home > kibana-plugin-server > RequestHandlerContextContainer
RequestHandlerContextContainer type
An object that handles registration of http request context providers.
Signature:
export declare type RequestHandlerContextContainer = IContextContainer<RequestHandler<any, any, any>>;