Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodeSolidServer/node-solid-server
/ linkAcceptEndpoint
Function
linkAcceptEndpoint
lib/handlers/options.mjs:27–31 ·
view source on GitHub ↗
(res)
Source
from the content-addressed store, hash-verified
25
}
26
27
function
linkAcceptEndpoint (res) {
28
res.header(
'Accept-Patch'
,
'text/n3, application/sparql-update, application/sparql-update-single-match'
)
29
res.header(
'Accept-Post'
,
'*/*'
)
30
res.header(
'Accept-Put'
,
'*/*'
)
31
}
Callers
1
handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected