add timeout&local-rate-limt annotations

This commit is contained in:
johnlanni
2023-11-16 17:33:03 +08:00
parent b204ad4c8d
commit 14742705b1

View File

@@ -154,8 +154,10 @@ func NewAnnotationHandlerManager() AnnotationHandler {
rewrite{},
upstreamTLS{},
ipAccessControl{},
timeout{},
retry{},
loadBalance{},
localRateLimit{},
fallback{},
auth{},
destination{},
@@ -175,7 +177,9 @@ func NewAnnotationHandlerManager() AnnotationHandler {
redirect{},
rewrite{},
ipAccessControl{},
timeout{},
retry{},
localRateLimit{},
fallback{},
ignoreCaseMatching{},
match{},