-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
uhv: define extensible validation API #19752
Comments
@yanavlasov Would it make sense to include a boolean flag for requests that differentiates between downstream (client-originated) and upstream requests? I could see it being useful in custom implementations to have a different behavior for upstream requests, although I don't think it would be used by the Envoy-maintained UHV implementation. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
This is covered by having two different methods |
This is being discussed in PR #21172 |
This has been merged. |
As part of the unified header validation component, Envoy will need to define an extensible API. The tech spec describes a simple API that will be initially implemented.
The goal of this issue is to define the API, get feedback from the team and community, document the API, and potentially create factory stubs for the support HTTP codecs.
The text was updated successfully, but these errors were encountered: