Hi sven and others
While trying to improve microdown I have the following question.
How can I have a more generic getImage: method.
Right now I use getPng: and I would like to support getPng: and getJpeg.
I saw that there is getImageOfType: mimeType fromUrl: urlObject
getImageOfType: mimeT
Hi Sean,
> On 3 Jul 2020, at 19:34, Sean P. DeNigris wrote:
>
> The following fails intermittently with "ZnIncomplete: Incomplete input for
> character decoding":
>ZnClient new
> url: 'https://cpanel.webserver:1234/' asUrl;
> path: '/login/';
> queryAt: 'login_only' put: '1
The following fails intermittently with "ZnIncomplete: Incomplete input for
character decoding":
ZnClient new
url: 'https://cpanel.webserver:1234/' asUrl;
path: '/login/';
queryAt: 'login_only' put: '1';
formAt: 'user' put: 'username';
formAt: 'pass' put: