Re: Problem getting HTTP headers...

> From: Matt Johnson <matt@onedisc.com>
> > What I'm trying to do is get the header of a file and check the date on
> > it.  But I'm unclear on how to do this.  I don't need to display any
> > output, I want everything to be invisible to the user.

From: Vladimir Kozlov <Vladimir.Kozlov@idm.ru>
> As far as I remember there should be 'getheaders.c' example - it is exactly
what you need.
>

    In any case I guess nothing should get displayed.
    The header information should get stored in the Request/Response object
    and you can retrieve them from there (check out the methods offered by
    these two objects).

-- Raffaele

Received on Thursday, 26 August 1999 13:55:55 UTC