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

[Tracking] Add middleware and other generic components from graph core to the http core library #371

Closed
7 of 9 tasks
Tracked by #1
baywet opened this issue Jul 21, 2021 · 1 comment
Closed
7 of 9 tasks
Tracked by #1
Assignees
Labels
enhancement New feature or request Go hacktoberfest help wanted Issue caused by core project dependency modules or library

Comments

@baywet
Copy link
Member

baywet commented Jul 21, 2021

Looking at the sdk-design features list, there are a number of component that should exists in the http core library. Most of those components are the middlewares. They need to be implemented:

  • pipeline (if not provided by the native http client) go core libraries #716
  • authorization handler
  • retry handler
  • compression handler
  • logging handler
  • chaos handler
  • redirect handler
  • telemetry handler (make it generic enough so the request • changes can be specified by a callback) go core libraries #716
  • multi-part content
    AB#10340
@baywet baywet added Go enhancement New feature or request help wanted Issue caused by core project dependency modules or library labels Jul 21, 2021
@baywet baywet added this to the GA milestone Jul 21, 2021
@maisarissi maisarissi changed the title Add middleware and other generic components from graph core to the http core library [Tracking] Add middleware and other generic components from graph core to the http core library Mar 17, 2022
@baywet baywet self-assigned this Mar 31, 2022
@baywet
Copy link
Member Author

baywet commented Mar 31, 2022

Closing as logging is already tracked by #618 across languages
Multipart tracked by #220
Logging microsoftgraph/msgraph-sdk-go-core#32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Go hacktoberfest help wanted Issue caused by core project dependency modules or library
Projects
None yet
Development

No branches or pull requests

1 participant