[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.
 
 
 
 
 
Matt Klein 4d18e6d236
add HTTP lua filter config (#224)
7 years ago
..
http add HTTP lua filter config (#224) 7 years ago
network tcp route config (#221) 7 years ago
BUILD add streaming access log API (#213) 7 years ago
README.md Adding missing filters (http fault, redis, mongo, tcp, rate limits, etc..) (#192) 7 years ago
accesslog.proto add streaming access log API (#213) 7 years ago
fault.proto Add go generation rules (#204) 7 years ago

README.md

NOTE

If a filter configuration is not captured in the proto specification, you can still supply plain JSON configuration objects for such filters by setting the "deprecated_v1" field to true in the filter's configuration. For example,

{ 
 "name": "envoy.rate_limit",
  "config": { 
    "deprecated_v1": true,
     "value": { 
       "domain": "some_domain",
        "timeout_ms": 500 
       }
    }
 }