Tauhedul Islam
HTTP Filter Creation in Envoy
Overview In Envoy, we may use HTTP Connection Manager(HCM) for the HTTP based communication. In this filter, we can add some extra sub-filters, which are called HTTP filters.
In this blog, we’ll write about how to create a new HCM filter.
As there’s no official documentation about this, we can’t explain the design philosophy, we’ll only mention what changes should be done and what should be added to implement a new HCM filter and make it workable.
envoy
http
http-filters
proxy