OptionalgetClientAddress?: () => stringtrue if the request comes from the client via a remote function.
Available in all contexts (handle, load, action, method).
true for +server.js calls made via same-origin fetch on the server (no HTTP overhead).
Available in all contexts (handle, load, action, method).
Set response headers. Available in all contexts (handle, load, action, method).
Cannot set set-cookie — use the cookies API instead.
Access to OpenTelemetry spans. Spans are no-ops when tracing is disabled. Available in all contexts (handle, load, action, method).
trueif the request comes from the client asking for+page/layout.server.jsdata. Available in all contexts (handle, load, action, method).