parent
2f7459baf7
commit
b9582012f6
9 changed files with 72 additions and 40 deletions
@ -0,0 +1,19 @@ |
|||||||
|
.. _config_http_filters_dynamo_v1: |
||||||
|
|
||||||
|
DynamoDB |
||||||
|
======== |
||||||
|
|
||||||
|
DynamoDB :ref:`configuration overview <config_http_filters_dynamo>`. |
||||||
|
|
||||||
|
.. code-block:: json |
||||||
|
|
||||||
|
{ |
||||||
|
"name": "http_dynamo_filter", |
||||||
|
"config": {} |
||||||
|
} |
||||||
|
|
||||||
|
name |
||||||
|
*(required, string)* Filter name. The only supported value is `http_dynamo_filter`. |
||||||
|
|
||||||
|
config |
||||||
|
*(required, object)* The filter does not use any configuration. |
@ -0,0 +1,13 @@ |
|||||||
|
.. _config_http_filters_grpc_bridge_v1: |
||||||
|
|
||||||
|
gRPC HTTP/1.1 bridge |
||||||
|
==================== |
||||||
|
|
||||||
|
gRPC HTTP/1.1 bridge :ref:`configuration overview <config_http_filters_grpc_bridge>`. |
||||||
|
|
||||||
|
.. code-block:: json |
||||||
|
|
||||||
|
{ |
||||||
|
"name": "grpc_http1_bridge", |
||||||
|
"config": {} |
||||||
|
} |
@ -0,0 +1,13 @@ |
|||||||
|
.. _config_http_filters_grpc_web_v1: |
||||||
|
|
||||||
|
gRPC-Web filter |
||||||
|
=============== |
||||||
|
|
||||||
|
gRPC-Web filter :ref:`configuration overview <config_http_filters_grpc_web>`. |
||||||
|
|
||||||
|
.. code-block:: json |
||||||
|
|
||||||
|
{ |
||||||
|
"name": "grpc_web", |
||||||
|
"config": {} |
||||||
|
} |
@ -0,0 +1,13 @@ |
|||||||
|
.. _config_network_filters_echo_v1: |
||||||
|
|
||||||
|
Echo |
||||||
|
==== |
||||||
|
|
||||||
|
Echo :ref:`configuration overview <config_network_filters_echo>`. |
||||||
|
|
||||||
|
.. code-block:: json |
||||||
|
|
||||||
|
{ |
||||||
|
"name": "echo", |
||||||
|
"config": {} |
||||||
|
} |
Loading…
Reference in new issue