We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e1f07 commit 90e296dCopy full SHA for 90e296d
api/edge_services/v1beta1/edge_services_sdk.go
@@ -1098,6 +1098,9 @@ type ScalewayLB struct {
1098
1099
// DomainName: fully Qualified Domain Name (in the format subdomain.example.com) to use in HTTP requests sent towards your Load Balancer.
1100
DomainName *string `json:"domain_name"`
1101
+
1102
+ // HasWebsocket: defines whether to forward websocket requests to the load balancer.
1103
+ HasWebsocket *bool `json:"has_websocket"`
1104
}
1105
1106
// RuleHTTPMatchPathFilter: rule http match path filter.
0 commit comments