mrss_get_last_modified

Returns the number of seconds sinze January 1st 1970 in the UTC time zone, for the url that the urlstring parameter specifies.

extern (C) @system nothrow @nogc
mrss_get_last_modified
(
char* urlstring
,
time_t* lastmodified
)

Parameters

urlstring char*

the url

lastmodified time_t*

pointer to a time_t struct. The return value can be 0 if the HEAD request does not return a Last-Modified value.

Return Value

the error code

Meta