[READ ONLY MIRROR] Envoy REST/proto API definitions and documentation. (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
455 B

.. _extending:
Extending Envoy for custom use cases
====================================
The Envoy architecture makes it fairly easily extensible via both :ref:`network filters
<arch_overview_network_filters>` and :ref:`HTTP filters <arch_overview_http_filters>`.
An example of how to add a network filter and structure the repository and build dependencies can
be found at `envoy-filter-example <https://github.com/envoyproxy/envoy-filter-example>`_.