Documentation
Kaleidic Associates Open Source - MRSS
Github - MRSS wrapper for D
mrss_options_t
deimos
mrss
Options data struct. It contains some user preferences.
extern (
C
) @
system
nothrow @
nogc
struct
mrss_options_t {
int
timeout
char
*
proxy
char
*
proxy_authentication
char
*
certfile
char
*
cacert
char
*
password
int
verifypeer
char
*
authentication
char
*
user_agent
}
Meta
Source
See Implementation
deimos
mrss
aliases
mrss_generic_t
enums
mrss_element_t
mrss_error_t
mrss_flag_t
mrss_version_t
functions
mrss_curl_strerror
mrss_element
mrss_free
mrss_get
mrss_get_last_modified_with_options
mrss_get_last_modified_with_options_and_error
mrss_new
mrss_new_subdata
mrss_options_free
mrss_options_new
mrss_parse_buffer
mrss_parse_file
mrss_parse_url
mrss_parse_url_with_options
mrss_parse_url_with_options_and_error
mrss_parse_url_with_options_error_and_transfer_buffer
mrss_remove_subdata
mrss_search_attribute
mrss_search_tag
mrss_set
mrss_strerror
mrss_write_buffer
mrss_write_file
structs
mrss_attribute_t
mrss_category_t
mrss_day_t
mrss_hour_t
mrss_item_t
mrss_options_t
mrss_t
mrss_tag_t
variables
LIBMRSS_MAJOR_VERSION
LIBMRSS_MICRO_VERSION
LIBMRSS_MINOR_VERSION
LIBMRSS_VERSION_STRING
Options data struct. It contains some user preferences.