fb:porticula NoPaste
PNE :: examples/http_get_tricky.bas
Uploader: | PMedia |
Datum/Zeit: | 05.12.2007 15:04:40 |
''==============================================================================
''
'' PMedia's Network Engine
'' for FreeBASIC
''
''==============================================================================
'
' http_get_tricky.bas =---------------------------------------------------------
'
' hehe, you thought, http_get.bas was short?
' just see, an application with PNE can be shorter:
#include "pne/pne.bi"
dim as pne.sparse example
dim as string page
example.http.get("www.freebasic.net", "/", page)
print page
sleep