Template:HTTP functions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
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''
*[[httpClear]]
<ul>
*[[httpRequestLogin]]
<li>[[httpClear]]</li>
*[[httpSetResponseCode]]
<li>[[httpRequestLogin]]</li>
*[[httpSetResponseCookie]]
<li>[[httpSetResponseCode]]</li>
*[[httpSetResponseHeader]]
<li>[[httpSetResponseCookie]]</li>
*[[httpWrite]]
<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