April 21, 2021
9:06 a.m.
On 21 Apr 2021, at 09:46, Sven Van Caekenberghe <sven@stfx.eu> wrote:
$ ./pharo Pharo.image eval "(ZnClient new url: 'https://pharo.org/web/files/pharo.png'; get; response) contentType" image/png
Actually, this is nicer, simpler and clearer: $ ./pharo Pharo.image eval "ZnClient new get: 'https://pharo.org/web/files/pharo.png'; response" a ZnResponse(200 OK image/png 34696B)