Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fastify/fastify
/ PingHeaders
Interface
PingHeaders
examples/typescript-server.ts:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
interface
PingHeaders {
37
a?: string;
38
}
39
40
interface
PingBody {
41
baz?: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected