Skip to content

Commit 706f654

Browse files
committed
Update Meta.xml.astro
1 parent 3b2ac78 commit 706f654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/pages/reference/Meta.xml.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ It is also the scope of "elements". It is written in XML, which is based on HTML
7070
<li><strong>function:</strong> The function name.</li>
7171
<li><strong>type:</strong> Whether function is exported server-side or client-side (valid values are: "client", "server" and "shared").</li>
7272
<NoteBox type='info'>A shared export will make the function callable from both client and server scripts (basically adds the export twice: once for server and once for client).</NoteBox>
73-
<li><strong>http:</strong> Can the function be called via HTTP (true/false).</li>
73+
<li><strong>http:</strong> Can the function be called via HTTP (true/false). See <a href="/reference/Resource_Web_Access">Resource Web Access</a>.</li>
7474
<li><VersionBox added="1.6.0 r226390"><strong>router:</strong> Specifies whether the function is used as a router. It only works when the <code>http</code> attribute is set to <strong>true</strong>.</VersionBox></li>
7575
<NoteBox type='info'>You can have only one router function.</NoteBox>
7676
<li><strong>restricted</strong> Defines the default access policy for an exported function when the ACL does not contain any rules for that function. If set to <strong>false</strong>, the function will still be callable even if it is not explicitly defined in the ACL as <code>function.exportedFunctionName</code> with an access value of <strong>true</strong> or <strong>false</strong>.</li>

0 commit comments

Comments
 (0)