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

Rename IMiddlewareOption to IRequestOption #635

Closed
Tracked by #1049
darrelmiller opened this issue Sep 17, 2021 · 2 comments · Fixed by #676
Closed
Tracked by #1049

Rename IMiddlewareOption to IRequestOption #635

darrelmiller opened this issue Sep 17, 2021 · 2 comments · Fixed by #676
Assignees
Labels
Csharp Pull requests that update .net code enhancement New feature or request fixed generator Issues or improvements relater to generation capabilities. Go Java TypeScript Pull requests that update Javascript code

Comments

@darrelmiller
Copy link
Member

darrelmiller commented Sep 17, 2021

To avoid leaking implementation details of HttpCore we want to focus on the fact that these are "per request" options. Whether they happen to be implemented as middleware or not isn't relevant to the user.
AB#11170

@baywet baywet added this to the Beta milestone Sep 17, 2021
@baywet baywet self-assigned this Sep 17, 2021
@baywet baywet added Csharp Pull requests that update .net code enhancement New feature or request generator Issues or improvements relater to generation capabilities. Go Java TypeScript Pull requests that update Javascript code Ruby labels Sep 17, 2021
@nikithauc
Copy link
Contributor

Does this mean that IMiddlewareOption will move to the core?

@baywet
Copy link
Member

baywet commented Sep 20, 2021

No because the generated results rely on that interface. And the generation result should only depend on the abstractions package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Csharp Pull requests that update .net code enhancement New feature or request fixed generator Issues or improvements relater to generation capabilities. Go Java TypeScript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants