containerd / ttrpc

GRPC for low-memory environments
Apache License 2.0
558 stars 80 forks source link

Add `SetMetadata` method on Response #149

Open katexochen opened 1 year ago

katexochen commented 1 year ago

It is currently possible to get metadata from a request, but there doesn't seem to be a way to set metadata on a response.