MCPcopy Create free account
hub / github.com/curveball/http-errors / HttpVersionNotSupported

Class HttpVersionNotSupported

src/index.ts:444–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 * Emits 505 HTTP Version Not Supported
443 */
444export class HttpVersionNotSupported extends HttpErrorBase {
445 httpStatus = 505;
446 title = 'HTTP Version Not Supported';
447}
448
449/**
450 * Emits 506 Variant Also Negotiates

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…