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

Move middleware and other generic components from graph core to the http core library #363

Closed
7 of 9 tasks
baywet opened this issue Jul 21, 2021 · 1 comment
Closed
7 of 9 tasks
Assignees
Labels
enhancement New feature or request Python

Comments

@baywet
Copy link
Member

baywet commented Jul 21, 2021

Looking at the sdk-design features list, there are a number of component that exist today in the graph core library which belong to the kiota http core library. Most of those components are the middlewares. If they exist, move the following components:

  • pipeline (if not provided by the native http client)
  • authorization handler
  • retry handler
  • compression handler
  • logging handler
  • chaos handler
  • redirect handler
  • (optional) telemetry handler (make it generic enough so the request
  • changes can be specified by a callback)
  • multi-part content
    AB#10328
@baywet baywet added enhancement New feature or request Python labels Jul 21, 2021
@baywet baywet added this to the GA milestone Jul 21, 2021
@baywet
Copy link
Member Author

baywet commented Nov 30, 2022

closing as most of this is done, opened additional issues on the library for what's missing specifically.
microsoft/kiota-http-python#38
microsoft/kiota-http-python#39

@baywet baywet closed this as completed Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Python
Projects
None yet
Development

No branches or pull requests

3 participants