mrss_get_last_modified_with_options_and_error

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 and CURLcode pointer.

extern (C) @system nothrow @nogc
mrss_get_last_modified_with_options_and_error

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

curl_code CURLcode*

error code of libcurl

Return Value

the error code

Meta