-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Demonstrate multi-address client in HTTP examples (#2689)
Motivation: Some HTTP examples only use single-address client. It would be helpful to also provide multi-address client examples. Modification: - Create `DebuggingExampleUrlClient` - Create `HttpUrlClientMutualTLS` - Create `Http2PriorKnowledgeUrlClient` - Create `HttpUrlClientWithAlpn` Result: Both single-address and multi-address clients are demonstrated in HTTP examples.
- Loading branch information
1 parent
2407608
commit 2d1c8ca
Showing
5 changed files
with
404 additions
and
4 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
Oops, something went wrong.