kibana/docs/development/core/public/kibana-plugin-public.httpresponse.request.md
Eli Perelman ab147e16fc
Pass along request object to all HTTP interceptors (#47258)
* Pass along request object to all HTTP interceptors

* Do not trigger response interceptors from request errors; make request readonly

* Update core API

* Fix failing test

* Add tests to ensure that interceptors accumulate request and response across calls

* Make request readonly for request error interception, simplify response interception return types

* Update docs from request and response interception API change

* Add missing InterceptedHttpResponse generated docs
2019-10-18 15:23:03 -05:00

390 B

Home > kibana-plugin-public > HttpResponse > request

HttpResponse.request property

Signature:

request: Readonly<Request>;