Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axe-api/axe-api
/ statusCode
Method
statusCode
packages/axe-api/src/Services/AxeResponse.ts:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
statusCode() {
74
return
this.response.statusCode;
75
}
76
77
header(key: string, value: string) {
78
this.response.setHeader(key, value);
Callers
1
RequestHandler.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected