[PD] send GET with netclient (pd <-> php)

carmen ix at replic.net
Tue Sep 13 16:39:09 CEST 2005


On Tue, Sep 13, 2005 at 04:26:36PM +0200, Roman Haefeli wrote:
> hi eni
> 
> i thinks its no way that you can make HTTP GET-requests with pd

why not? with python:

import urllib
data = urllib.urlopen('http://www.blahblah/').read()
(pyext output crap here)




More information about the Pd-list mailing list