mrss_get_last_modified_with_options

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

extern (C) @system nothrow @nogc
mrss_get_last_modified_with_options

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.

options mrss_options_t*

a pointer to a options struct

Return Value

the error code

Meta