mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* New and Legacy platforms share http server instance. Required to use a common security interceptor for incoming http requests * generate docs * remove excessive contract method * add test for New platform compatibility * address comments part #1 * log server running only for http server * fix test. mutate hapi request headers for BWC with legacy * return 503 on start * address @eli comments * address @joshdover comments
596 B
596 B
Home > kibana-plugin-server > HttpServiceStart
HttpServiceStart interface
Signature:
export interface HttpServiceStart
Properties
Property | Type | Description |
---|---|---|
isListening | (port: number) => boolean |
Indicates if http server is listening on a given port |