[Crossplatform] HTTP GET / Download *without API !*

Share your advanced PureBasic knowledge/code with the community.
Thalius
Enthusiast
Enthusiast
Posts: 711
Joined: Thu Jul 17, 2003 4:15 pm
Contact:

Re: [Crossplatform] HTTP GET / Download *without API !*

Post by Thalius »

Gotta try with the new versions again.

But what http error do you get , curious :)

Cheers! oh and yeah i havent been here in a loong time, but found time to work with PB again - yey!
Thalius
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone! ;)"
User avatar
ultralazor
Enthusiast
Enthusiast
Posts: 186
Joined: Sun Jun 27, 2010 9:00 am

Re: [Crossplatform] HTTP GET / Download *without API !*

Post by ultralazor »

Why is this such a big deal? coding POST and GET handlers using PB network functions is simple, even when doing it right and implementing gzip encoding and chunking..
so many ideas so little time..
TerryHough
Enthusiast
Enthusiast
Posts: 781
Joined: Fri Apr 25, 2003 6:51 pm
Location: NC, USA
Contact:

Re: [Crossplatform] HTTP GET / Download *without API !*

Post by TerryHough »

@ultralazor
ultralazor wrote:coding POST and GET handlers using PB network functions is simple, even when doing it right and implementing gzip encoding and chunking..
You may think it is easy, but I haven't seen a working example. Maybe the search function is failing me?

Care to share?
Post Reply