Skip to content

Give access to request headers and ability to respond with custom headers #4

@standy66

Description

@standy66

Need to address 4 use cases:

  1. Client wants to send additional request headers to server
  2. Client wants to read all of the response headers or trailers
  3. Server wants to read all of the request headers
  4. Server wants to send additional response headers or trailers to client

In gRPC, methods differ by cardinality: request may be either unary in both ways (UNARY_UNARY), client-side streaming (STREAM_UNARY), server-side streaming (UNARY_STREAM) and bidirectional streaming (STREAM_STREAM). Keeping that in mind, some cases listed above are far more difficult to design than the others.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions