MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / handler

Function handler

lib/handlers/options.mjs:4–12  ·  view source on GitHub ↗
(req, res, next)

Source from the content-addressed store, hash-verified

2import url from 'url'
3
4export default function handler (req, res, next) {
5 linkServiceEndpoint(req, res)
6 linkAuthProvider(req, res)
7 linkAcceptEndpoint(res)
8
9 res.status(204)
10
11 next()
12}
13
14function linkAuthProvider (req, res) {
15 const locals = req.app.locals

Callers

nothing calls this directly

Calls 3

linkServiceEndpointFunction · 0.85
linkAuthProviderFunction · 0.85
linkAcceptEndpointFunction · 0.85

Tested by

no test coverage detected