Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
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