We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf00ed7 commit c31b8a6Copy full SHA for c31b8a6
lib/src/client.dart
@@ -55,7 +55,6 @@ class ClientMethod<Q, R> {
55
class ClientCall<Q, R> implements Response {
56
static final _methodPost = new Header.ascii(':method', 'POST');
57
static final _schemeHttp = new Header.ascii(':scheme', 'http');
58
- static final _schemeHttps = new Header.ascii(':scheme', 'https');
59
static final _contentTypeGrpc =
60
new Header.ascii('content-type', 'application/grpc');
61
static final _teTrailers = new Header.ascii('te', 'trailers');
0 commit comments