Home
last modified time | relevance | path

Searched refs:grpc_httpcli_plaintext (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/core/http/
Dhttpcli_test.cc77 req.handshaker = &grpc_httpcli_plaintext; in test_get()
116 req.handshaker = &grpc_httpcli_plaintext; in test_post()
/external/grpc-grpc/src/core/lib/http/
Dhttpcli.h51 extern const grpc_httpcli_handshaker grpc_httpcli_plaintext;
Dhttpcli.cc74 const grpc_httpcli_handshaker grpc_httpcli_plaintext = {"http", variable
241 request->handshaker ? request->handshaker : &grpc_httpcli_plaintext; in internal_request_begin()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc311 request.handshaker = &grpc_httpcli_plaintext; in http_connect_handshaker_do_handshake()