Jump to content

HTTP: Difference between revisions

14 bytes removed ,  3 years ago
Undo revision 315439 by WdeCvfYlmB (talk)
(Undo revision 315440 by WdeCvfYlmB (talk))
(Undo revision 315439 by WdeCvfYlmB (talk))
Line 876:
=={{header|Frink}}==
Frink's <CODE>read[<I>URL</I>]</CODE> function works with any URL type supported by your Java Virtual Machine, and returns the results as a single string.
<lang frink>
<lang frink>print[read["http://www.w3frinklang.org/Home.html"]]</lang>
</lang>
 
=={{header|Gastona}}==
Line 885 ⟶ 887:
=={{header|GML}}==
{{works with|Game Maker Studio}}
 
'''Any Event'''
<lang gml>get = http_get("http://www.rosettacodew3.org/Home.html");</lang>
 
'''HTTP Event'''
<lang gml>if (ds_map_find_value(async_load,"id") == get) {
{
show_message_async(ds_map_find_value(async_load,"result"));
}</lang>
 
=={{header|Go}}==
10,333

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.