removeAllBinary

Available in a dev version: 0․11․0-grpc-186

How to configure

Removes all binary values for the given key and returns them.

Binary keys must end with the "-bin" suffix according to gRPC specification.

Return

a list of all binary values that were removed, or an empty list if there were no values

Parameters

key

the name of the binary metadata entries to remove (case-insensitive). Must contain only digits (0-9), lowercase letters (a-z), and special characters (-, _, .). Must end with -bin.

Throws

if the key does not end with -bin


Removes all binary values for the given key and returns them.

Binary keys must end with the "-bin" suffix according to gRPC specification.

Return

a list of all binary values that were removed, or an empty list if there were no values

Parameters

key

the name of the binary metadata entries to remove (case-insensitive). Must contain only digits (0-9), lowercase letters (a-z), and special characters (-, _, .). Must end with -bin.

Throws

if the key does not end with -bin


Removes all binary values for the given key and returns them.

Binary keys must end with the "-bin" suffix according to gRPC specification.

Return

a list of all binary values that were removed, or an empty list if there were no values

Parameters

key

the name of the binary metadata entries to remove (case-insensitive). Must contain only digits (0-9), lowercase letters (a-z), and special characters (-, _, .). Must end with -bin.

Throws

if the key does not end with -bin