mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
- Adds a flag for `compressResponse` and `flushFix` to the request body to be able to overrule compression settings inferred from headers. - Updates the developer examples with a toggle to run requests with compression enabled or disabled. - Adds support for backpressure handling for response streams. - The backpressure update includes a fix where uncompressed streams would never start streaming to the client. - The analysis endpoint for Explain Log Rate Spikes now includes a ping every 10 seconds to keep the stream alive. - Integration tests were updated to test both uncompressed and compressed streaming. |
||
---|---|---|
.. | ||
api | ||
README.md |
The ./api
folder contains shared code used to support working with the same type specifications on server and client.