HTTP: Difference between revisions

Added Microsoft Small Basic implementation
m (syntax highlighting fixup automation)
(Added Microsoft Small Basic implementation)
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].
 
=={{header|Microsoft Small Basic}}==
<syntaxhighlight lang="smallbasic">TextWindow.WriteLine(Network.GetWebPageContents("http://rosettacode.org"))</syntaxhighlight>
 
=={{header|MIRC Scripting Language}}==
175

edits