Merge pull request #1964 from minhhoangvn/feat/add-gRPC-protocol

Feat/add gRPC protocol
This commit is contained in:
Louis Lam
2022-11-11 12:34:35 +08:00
committed by GitHub
9 changed files with 2477 additions and 1893 deletions
+2
View File
@@ -8,6 +8,8 @@ export default {
ignoreTLSError: "Ignore TLS/SSL error for HTTPS websites",
upsideDownModeDescription: "Flip the status upside down. If the service is reachable, it is DOWN.",
maxRedirectDescription: "Maximum number of redirects to follow. Set to 0 to disable redirects.",
enableGRPCTls: "Allow to send gRPC request with TLS connection",
grpcMethodDescription: "Method name is convert to cammelCase format such as sayHello, check, etc.",
acceptedStatusCodesDescription: "Select status codes which are considered as a successful response.",
Maintenance: "Maintenance",
statusMaintenance: "Maintenance",