Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[browser] HTTP service #18855

Closed
epixa opened this issue May 7, 2018 · 0 comments · Fixed by #35486
Closed

[browser] HTTP service #18855

epixa opened this issue May 7, 2018 · 0 comments · Fixed by #35486
Assignees
Labels
enhancement New value added to drive a business result Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@epixa
Copy link
Contributor

epixa commented May 7, 2018

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 kfetch service. In addition, this service should abstract away the commonalities of making HTTP requests as well as custom functionality:

  • Setting default headers
  • Automatic response parsing
  • Default error handling
  • Abortable API
  • Convenience methods for REST operations
@epixa epixa added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Feature:New Platform enhancement New value added to drive a business result labels May 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants