-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[browser] HTTP service #18855
Copy link
Copy link
Closed
Labels
Feature:New PlatformTeam:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//enhancementNew value added to drive a business resultNew value added to drive a business result
Metadata
Metadata
Assignees
Labels
Feature:New PlatformTeam:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//enhancementNew value added to drive a business resultNew value added to drive a business result
Type
Fields
Give feedbackNo fields configured for issues without a type.
In the browser, we need a basic HTTP service in the browser that exposes an HTTP request client to plugins that is preconfigured to send things like kbn-version and wire into the error handler.
This is related to #12464, though it isn't technically blocked by that since it needs to work with legacy endpoints anyway.
This service should expose a browser client for simplifying HTTP requests. The long-term goal of this service/client is to replace the legacy
kfetchservice. In addition, this service should abstract away the commonalities of making HTTP requests as well as custom functionality: