protojure / lib

A collection of libraries to support Protojure applications at runtime
https://protojure.readthedocs.io
Apache License 2.0
64 stars 14 forks source link

gRPC client: add 'te' header #120

Closed sundbry closed 2 years ago

sundbry commented 2 years ago

The "TE" header is required on client requests by the gRPC specification. Requests without it are rejected by grpc-c (reference implementation) servers. The TE header value is set to the constant string "trailers".

See also: https://mailman.nginx.org/pipermail/nginx-devel/2018-March/010946.html