-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support explicit dynamic routing header (#887)
This PR is to support explicit dynamic routing header feature proposed in go/actools-dynamic-routing-proposal. All examples provided in routing.proto are covered by golden files unit tests. Added validation that the field has to be of String type as suggested(Compare to implicit routing headers support primitive types as well). For nested fields, when getting field values, added null check for each level to prevent null pointer exception during runtime.
- Loading branch information
Showing
29 changed files
with
2,014 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.