Template:HTTP functions: Difference between revisions
Jump to navigation
Jump to search
(New page: *httpClear *httpRequestLogin *httpSetResponseCode *httpSetResponseCookie *httpSetResponseHeader) |
m (Fixed inconsistencies for webscraping) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
''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> |
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