Lines Matching +full:fail +full:- +full:fast
7 A key-value pair included in the HTTP header. It is a
8 2-tuple where the first entry is the key and the
12 the key must end with '-bin', i.e.
13 ``('binary-metadata-bin', b'\\x00\\xFF')``
21 for the input object (i.e. even ``None``). On the server-side, the
23 client-side, the serializer is invoked with outbound message objects.
29 and the client-side.
34 gRPC library will fail such RPCs immediately. This is known as "fail fast."
35 RPCs will not fail as a result of the channel being in other states
39 until the channel is READY. Any submitted RPCs may still fail before the
44 A list of key-value pairs to configure the underlying gRPC Core channel or