MCPcopy Create free account
hub / github.com/Levofron/NotionLingo / HttpStatusCode

Enum HttpStatusCode

server/http-status-code.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export enum HttpStatusCode {
2 OK = 200,
3 FORBIDDEN = 403,
4 NOT_FOUND = 404,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected