mrss_parse_url_with_options_and_error

Parses a url and creates the data struct of the feed RSS url. This function downloads your request if this is http or ftp. with an options struct and CURLcode error

?
extern (C) @system nothrow @nogc
mrss_parse_url_with_options_and_error

Parameters

url
Type: char*

The url to be parsed

mrss
Type: mrss_t**

the pointer to your data struct

options

a pointer to a options data struct. It can be null

curlcode
Type: CURLcode*

the error code from libcurl

Return Value

the error code

Meta