-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addition of custom http grpc handlers to support reverse proxy by Ori…
…on (#170) * add code handlers * add customCodec and unknown service handler to grpc handler * add custom http handler * add grpc server options only if they are not nil * using encoding.codec as grpc.codec is deprecated * removing custom codec as Orion server option as it was not necessary * handlers name refactoring * add handlers in orion config * adding handlers via options * passing pointer of notfoundhandler * removing http handler option * adding server options in GetDefaultServer * Apply suggestions from code review Co-authored-by: Benjamin Heng <[email protected]> Co-authored-by: Ganesh <[email protected]> Co-authored-by: Benjamin Heng <[email protected]> Co-authored-by: Achi Chen <[email protected]>
- Loading branch information
1 parent
fae579f
commit d30c4e5
Showing
3 changed files
with
53 additions
and
11 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
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