[Prev][Next][Index][Thread]
RE: User Data in a HTRequest
-
To: "'www-lib@w3.org'" <www-lib@w3.org>
-
Subject: RE: User Data in a HTRequest
-
From: Valery Brasseur <vb@goto.fr>
-
Date: Thu, 28 Dec 1995 14:48:48 +-100
-
From vb@goto.fr Thu Dec 28 10: 39:45 1995
-
Message-Id: <01BAD533.9D15A600@mymachine.goto.fr>
----------
From: Matthias Kalle Dalheimer[SMTP:mda@stardiv.de]
Sent: jeudi 28 decembre 1995 13:44
To: www-lib@w3.org
Subject: User Data in a HTRequest
>I would like to be able to associate additional data with a request
>in order to access this data in callbacks. A simple void* in the
> _HTRequest struct would already do the trick.
I think you could use the HTRequest_setcontext( ) function, it take a request and a void* pointer so it should be good for you.