mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
47 lines
1.3 KiB
Text
47 lines
1.3 KiB
Text
---
|
|
id: kibCoreHttpPluginApi
|
|
slug: /kibana-dev-docs/api/core-http
|
|
title: "core.http"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the core.http plugin
|
|
date: 2022-03-28
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.http']
|
|
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
|
---
|
|
import coreHttpObj from './core_http.devdocs.json';
|
|
|
|
|
|
|
|
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 2374 | 15 | 969 | 33 |
|
|
|
|
## Client
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={coreHttpObj.client.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={coreHttpObj.client.misc}/>
|
|
|
|
## Server
|
|
|
|
### Objects
|
|
<DocDefinitionList data={coreHttpObj.server.objects}/>
|
|
|
|
### Classes
|
|
<DocDefinitionList data={coreHttpObj.server.classes}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={coreHttpObj.server.interfaces}/>
|
|
|
|
### Enums
|
|
<DocDefinitionList data={coreHttpObj.server.enums}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={coreHttpObj.server.misc}/>
|
|
|