Or you could do this, which is a more explicit API, with more object oriented computing going on behind the scenes:
ZnHttpClient new
url: '
http://localhost:1701/echo/foo'; parameterAt: 'foo' put: 'bar';
parameterAt: 'baz' put: 'bang';
post.
Sven
PS: For this you need an extra install:
Gofer it
squeaksource: 'ZincHTTPComponents';
package: 'Zinc-HTTP';
package: 'Zinc-Tests';
load
On 17 Dec 2010, at 21:53, sergio_101 wrote: