Template:HTTP functions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
 
m (Fixed inconsistencies for webscraping)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
*[[httpClear]]
''These functions can only be used from within lua blocks in HTML pages hosted by the server''
*[[httpRequestLogin]]
<ul>
*[[httpSetResponseCode]]
<li>[[httpClear]]</li>
*[[httpSetResponseCookie]]
<li>[[httpRequestLogin]]</li>
*[[httpSetResponseHeader]]
<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