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

The url to be parsed

mrss mrss_t**

the pointer to your data struct

options mrss_options_t*

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

curlcode CURLcode*

the error code from libcurl

Return Value

the error code

Meta