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
Type: char*

the url

lastmodified
Type: 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

a pointer to a options struct

curl_code
Type: CURLcode*

error code of libcurl

Return Value

the error code

Meta