> On 21 Apr 2021, at 09:46, Sven Van Caekenberghe <s...@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)

Reply via email to