[Cuis-dev] How do I retrieve the contents of a web page in Cuis?

Mariano Montone marianomontone at gmail.com
Fri May 16 18:49:03 PDT 2025


El 16/5/25 a las 08:31, H. Hirzel via Cuis-dev escribió:
> Hi
>
> The title says it. I am looking for a reference/answer to the question
>
>   How do I retrieve the contents of a web page in Cuis?

Using WebClient package:

(WebClient httpGet: 'http://www.cuis-smalltalk.org/') content


Cheers,

        Mariano



More information about the Cuis-dev mailing list