kibana/docs/development/core/server/kibana-plugin-server.fakerequest.md
Mikhail Shustov cfad1013db
Fake request interface compatible with Kibana Request (#40363) (#40409)
* make FakeRequest compatible with http request

* FakeRequest compatible with Http Request
2019-07-05 14:51:58 +02:00

599 B

Home > kibana-plugin-server > FakeRequest

FakeRequest interface

Fake request object created manually by Kibana plugins.

Signature:

export interface FakeRequest 

Properties

Property Type Description
headers Headers Headers used for authentication against Elasticsearch