From kde-core-devel Mon Feb 28 19:55:52 2000 From: Waldo Bastian Date: Mon, 28 Feb 2000 19:55:52 +0000 To: kde-core-devel Subject: Re: krun and http_post X-MARC-Message: https://marc.info/?l=kde-core-devel&m=95176799825040 On Mon, 28 Feb 2000, Simon Hausmann wrote: > hehe :-) > > Hmm, another thought: IIRC the old libkio preget()'ed the data into a > buffer, tried to determine the mimetype from it and re-used this > buffer on a following get() call. > > Do you think that would be possible with POST? What you could do is do a http_post. Store the mimetype. Store the result. And then the one who needs the data (target) should use the stored result. The problem is where to store the result and how the target should request the result. Cheers, Waldo