You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intro: ['Connect via <code>wss://{hostname}/ws/...</code>'],
490
-
groups: groupEndpoints(wsEndpoints),
500
+
groups: groupEndpoints(wsEndpoints,wsGroupOrder),
491
501
type: 'ws'
492
502
},
493
503
{
@@ -498,7 +508,7 @@ export function getDocsHtml(): string {
498
508
'Endpoints can be combined using double-dashes, e.g. <code>expired--revoked--http2--tls-v1-2.{domain}</code> will return an expired and revoked certificate, use TLSv1.2, and then negotiate HTTP/2 on the connection.',
499
509
'These can also be combined with the HTTP or WebSocket handlers above, which can be independently specified in the request path.'
description: 'Endpoints that only accept specific TLS versions. These can be used together, to simulate a server supporting any specific combination of versions.'
0 commit comments