kibana/docs/development/core/server/kibana-plugin-server.httpservicestart.md
Mikhail Shustov 2466399929
New Platform and Legacy platform servers integration (#39047) (#39263)
* 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
2019-06-19 17:41:50 +02:00

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