You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doesn't provide the whole response object. Supports extending response with custom headers. See [OnPreResponseHandler](./kibana-plugin-server.onpreresponsehandler.md)<!---->.
|[OnPostAuthToolkit](./kibana-plugin-server.onpostauthtoolkit.md)| A tool set defining an outcome of OnPostAuth interceptor for incoming request. |
79
79
|[OnPreAuthToolkit](./kibana-plugin-server.onpreauthtoolkit.md)| A tool set defining an outcome of OnPreAuth interceptor for incoming request. |
80
+
|[OnPreResponseExtensions](./kibana-plugin-server.onpreresponseextensions.md)| Additional data to extend a response. |
81
+
|[OnPreResponseInfo](./kibana-plugin-server.onpreresponseinfo.md)| Response status code. |
82
+
|[OnPreResponseToolkit](./kibana-plugin-server.onpreresponsetoolkit.md)| A tool set defining an outcome of OnPreAuth interceptor for incoming request. |
|[Plugin](./kibana-plugin-server.plugin.md)| The interface that should be returned by a <code>PluginInitializer</code>. |
82
85
|[PluginConfigDescriptor](./kibana-plugin-server.pluginconfigdescriptor.md)| Describes a plugin configuration schema and capabilities. |
@@ -173,6 +176,7 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
173
176
|[MutatingOperationRefreshSetting](./kibana-plugin-server.mutatingoperationrefreshsetting.md)| Elasticsearch Refresh setting for mutating operation |
174
177
|[OnPostAuthHandler](./kibana-plugin-server.onpostauthhandler.md)| See [OnPostAuthToolkit](./kibana-plugin-server.onpostauthtoolkit.md)<!---->. |
175
178
|[OnPreAuthHandler](./kibana-plugin-server.onpreauthhandler.md)| See [OnPreAuthToolkit](./kibana-plugin-server.onpreauthtoolkit.md)<!---->. |
179
+
|[OnPreResponseHandler](./kibana-plugin-server.onpreresponsehandler.md)| See [OnPreAuthToolkit](./kibana-plugin-server.onpreauthtoolkit.md)<!---->. |
176
180
|[PluginConfigSchema](./kibana-plugin-server.pluginconfigschema.md)| Dedicated type for plugin configuration schema. |
177
181
|[PluginInitializer](./kibana-plugin-server.plugininitializer.md)| The <code>plugin</code> export at the root of a plugin's <code>server</code> directory should conform to this interface. |
178
182
|[PluginName](./kibana-plugin-server.pluginname.md)| Dedicated type for plugin name/id that is supposed to make Map/Set/Arrays that use it as a key or value more obvious. |
0 commit comments