We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82492dc commit 156cdf2Copy full SHA for 156cdf2
1 file changed
src/scenarios/server/http-standard-headers.ts
@@ -433,9 +433,7 @@ export class HttpHeaderValidationScenario implements ClientScenario {
433
}
434
435
436
-export class HttpCustomHeaderServerValidationScenario
437
- implements ClientScenario
438
-{
+export class HttpCustomHeaderServerValidationScenario implements ClientScenario {
439
name = 'http-custom-header-server-validation';
440
specVersions: SpecVersion[] = ['DRAFT-2026-v1'];
441
description = `Test server validation of custom Mcp-Param headers and Base64 encoding (SEP-2243).
0 commit comments