HTTP: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
(Added Microsoft Small Basic implementation)
Line 1,888: Line 1,888:


It is possible to make more complicated requests, specifically "GET" and "POST," which is explained in the [http://www.mathworks.com/help/matlab/ref/urlread.html documentation].
It is possible to make more complicated requests, specifically "GET" and "POST," which is explained in the [http://www.mathworks.com/help/matlab/ref/urlread.html documentation].

=={{header|Microsoft Small Basic}}==
<syntaxhighlight lang="smallbasic">TextWindow.WriteLine(Network.GetWebPageContents("http://rosettacode.org"))</syntaxhighlight>


=={{header|MIRC Scripting Language}}==
=={{header|MIRC Scripting Language}}==