[fpc-devel] Customize TRequest and TResponse

Michael Van Canneyt michael at freepascal.org
Sat Mar 3 00:37:41 CET 2012



On Fri, 2 Mar 2012, Joao Morais wrote:

> On Sun, Feb 5, 2012 at 17:41, Joao Morais <jcmoraisjr at gmail.com> wrote:
>> On Sun, Feb 5, 2012 at 18:11, Michael Van Canneyt
>> <michael at freepascal.org> wrote:
>>>
>>> for instance in src/base/custfcgi.pp I would add
>>>
>>>    function CreateRequest: TFCGIRequest; virtual;
>>>    function CreateResponse(ARequest: TFCGIRequest): TFCGIResponse; virtual;
>>>
>>> And similar functions in the other webhandler components.
>>> ...
>>> I started on this procedure already.
>>>
>>> I just need to complete the work.
>>>
>>> If you want, you can of course provide a patch that completes the work.
>>
>> Nice, attached for fcgi against rev 20265, 2.6 branch, packages/fcl-web/ dir.
>
> Hello Michael, plans to implement the patch? Perhaps you prefer
> against trunk, including all webhandlers, registering a mantis, ...


My apologies, I totally forgot about it :/

>
> Btw we have another patches that make fcl-web easier to extend and
> we'd like to see them implemented (asap =) ), how would we send them
> to you?

Please, register them in mantis, and try to make patches against trunk.

I'll try to apply them ASAP.

Michael.


More information about the fpc-devel mailing list