aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/http/format_request.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-23 13:51:00 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-23 13:51:00 -0700
commit5abf79a91b1a06e7fb971fce65c30661b4c8bf38 (patch)
tree8d8208d4d49335bdc5fff87cb230a2d3327ce331 /src/core/lib/http/format_request.h
parent76b3e26d938a925532522fa276736bfcea442624 (diff)
parent942c264861dedd8020fc18d65933e8f4f57e3e46 (diff)
Merge github.com:grpc/grpc into direct-calls
Diffstat (limited to 'src/core/lib/http/format_request.h')
-rw-r--r--src/core/lib/http/format_request.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/http/format_request.h b/src/core/lib/http/format_request.h
index 1543efe4b0..7abd55f2f7 100644
--- a/src/core/lib/http/format_request.h
+++ b/src/core/lib/http/format_request.h
@@ -41,5 +41,7 @@ gpr_slice grpc_httpcli_format_get_request(const grpc_httpcli_request *request);
gpr_slice grpc_httpcli_format_post_request(const grpc_httpcli_request *request,
const char *body_bytes,
size_t body_size);
+gpr_slice grpc_httpcli_format_connect_request(
+ const grpc_httpcli_request *request);
#endif /* GRPC_CORE_LIB_HTTP_FORMAT_REQUEST_H */