mrss_parse_url_with_options_error_and_transfer_buffer

Like the previous function but you take ownership of the downloaded buffer in case of success

extern (C) @system nothrow @nogc
mrss_parse_url_with_options_error_and_transfer_buffer

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

curlcode CURLcode*

the error code from libcurl

feed_content char**

a pointer to the buffer with the document. This is not null terminated

feed_size int*

the size of the buffer above

Return Value

the error code

Meta