Template:HTTP functions: Difference between revisions
Jump to navigation
Jump to search
OpenIDUser32 (talk | contribs) No edit summary |
m (Fixed inconsistencies for webscraping) |
||
Line 1: | Line 1: | ||
''These functions can only be used from within lua blocks in HTML pages hosted by the server'' | ''These functions can only be used from within lua blocks in HTML pages hosted by the server'' | ||
<ul> | |||
<li>[[httpClear]]</li> | |||
<li>[[httpRequestLogin]]</li> | |||
<li>[[httpSetResponseCode]]</li> | |||
<li>[[httpSetResponseCookie]]</li> | |||
<li>[[httpSetResponseHeader]]</li> | |||
<li>[[httpWrite]]</li> | |||
</ul> | |||
<noinclude>[[Category:Functions templates]]</noinclude> | <noinclude>[[Category:Functions templates]]</noinclude> |
Latest revision as of 15:04, 7 August 2023
These functions can only be used from within lua blocks in HTML pages hosted by the server