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

curlcode
Type: CURLcode*

the error code from libcurl

feed_content
Type: char**

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

feed_size
Type: int*

the size of the buffer above

Return Value

the error code

Meta