envoy icon indicating copy to clipboard operation
envoy copied to clipboard

HTTP Connection Manager Documentation is Missing Psuedo-Headers

Open vnayar opened this issue 2 years ago • 1 comments

Title: HTTP Connection Manager Documentation is Missing Psuedo-Headers

Description: The documentation for the HTTP Connection Manager is incomplete with regards to pseudo-headers. The :scheme header is documented, but the :method and :path headers are not.

See: https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_conn_man/headers

vnayar avatar Sep 22 '22 15:09 vnayar

The :authority and :path are mentioned in the same doc, but could probably benefit from their own entry. Contributions are welcome.

adisuissa avatar Sep 22 '22 17:09 adisuissa

The :authority and :path are mentioned in the same doc, but could probably benefit from their own entry. Contributions are welcome.

A PR has been prepared here: https://github.com/envoyproxy/envoy/pull/23240

vnayar avatar Sep 25 '22 15:09 vnayar