[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 479d85cbbd docs: rate limit and misc (#307) 7 years ago
..
accesslog docs: reorder protos for easier top down reading (#303) 7 years ago
http docs: rate limit and misc (#307) 7 years ago
network docs: rate limit and misc (#307) 7 years ago
BUILD Remove rules_go (#275) 7 years ago
README.md Adding missing filters (http fault, redis, mongo, tcp, rate limits, etc..) (#192) 7 years ago
fault.proto adding check_format and fix_format (#300) 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 
       }
    }
 }