aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/httpcli/httpcli.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-08 15:14:47 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-08 15:14:47 -0800
commitcc0535d25e5d0e10a4c3ef7bd4451aa2555f8c20 (patch)
treeab9c84cc3c08264d726eed892f38d737720b7068 /src/core/httpcli/httpcli.h
parent095a2377e48d6d4b7a431e00a7258e531d768632 (diff)
Add a test of httpcli over ssl
Diffstat (limited to 'src/core/httpcli/httpcli.h')
-rw-r--r--src/core/httpcli/httpcli.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/httpcli/httpcli.h b/src/core/httpcli/httpcli.h
index 6469c2f03e..30875d71f1 100644
--- a/src/core/httpcli/httpcli.h
+++ b/src/core/httpcli/httpcli.h
@@ -74,6 +74,8 @@ extern const grpc_httpcli_handshaker grpc_httpcli_ssl;
typedef struct grpc_httpcli_request {
/* The host name to connect to */
char *host;
+ /* The host to verify in the SSL handshake (or NULL) */
+ char *ssl_host_override;
/* The path of the resource to fetch */
char *path;
/* Additional headers: count and key/values; the following are supplied