[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 8b7c9231ea
docs: misc fixes (#428)
7 years ago
..
accesslog api: Google gRPC client library configuration. (#398) 7 years ago
http docs: add new percentage-based response option to health check filter (#425) 7 years ago
network docs: misc fixes (#428) 7 years ago
BUILD Remove rules_go (#275) 7 years ago
README.md tools: automatically removing extra whitespace from rst / md (#327) 7 years ago
fault.proto Add gogoproto annotations (#339) 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
       }
    }
 }