grpc / grpc/grpc-java

Prevent Access to "grpc-" headers

Open
#3,290 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
12.1k
Forks
4k
Avg merge
2d 17h
Merged PRs (30d)
37

Description

Headers that begin with "grpc-" are meant for use by gRPC and not by other clients. Using this as a namespace allows the gRPC team to add new headers without fear of colliding with another users headers.

To this end, such headers should be locked down from reading and writing in the library.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.