Arno Garrels wrote:
> Kamil Pavel Skála wrote:
>> Hi,
>> i test the ics komponent and creating RESTful service, but have
>> problem with implementing unimplemented
>> request PUT. I handled PUT and DELETE in the OnUnknownRequest, bud
>> where is data sending by client via PUT method?
>>
>> Any sam
Kamil Pavel Skála wrote:
> Hi,
> i test the ics komponent and creating RESTful service, but have
> problem with implementing unimplemented
> request PUT. I handled PUT and DELETE in the OnUnknownRequest, bud
> where is data sending by client via PUT method?
>
> Any samples or documentation?
PUT
Hi,
i test the ics komponent and creating RESTful service, but have problem with
implementing unimplemented
request PUT. I handled PUT and DELETE in the OnUnknownRequest, bud where is
data sending by client via PUT method?
Any samples or documentation?
I thank all
Best regards, Kamil.
--
To un
Francois PIETTE a écrit :
>> Yop ! it works ! Thanks a lot François !
>
> I don't know your application, but maybe the template feature would be
> interesting for you. It is very powerful. For a demo, see
> TWebServForm.CreateVirtualDocument_Template.
>
> The principle is simple: you prvide a H
>>> do i have to do like :
>>> ClientCnx.AnswerStream();
>>> ClientCnx.Docstream:=;
>>> ClientCnx.SendStream;
>>
>> Forget anbout the two last lines !
>> Have a look at THttpConnection.AnswerStream and you'll understand.
>
> Yop ! it works ! Thanks a lot François !
I don't know your application, b
Francois PIETTE a écrit :
>> do i have to do like :
>> ClientCnx.AnswerStream();
>> ClientCnx.Docstream:=;
>> ClientCnx.SendStream;
>
> Forget anbout the two last lines !
> Have a look at THttpConnection.AnswerStream and you'll understand.
Yop ! it works ! Thanks a lot François !
regards,
--
sl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be
- Original Message -
From: "Guillaume MAISON" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Tuesday, April 11, 2006 6:21 PM
Subject: [twsocket] [HELP] THttpServer
> Hi guys,
>
> i must be blind at thi
Hi guys,
i must be blind at this time but i don't know how to send back the content of a
stream.
i explain :
i receive a http request with posted data. everything runs fine, i can have the
posted content and analyze it, process it
and then at the stage of returning the resulting stream... i don