#include <open.h>
Data Fields | |
| const char * | scheme |
| URI protocol name. | |
| int(* | open )(struct xfer_interface *xfer, struct uri *uri) |
| Open URI. | |
Definition at line 47 of file open.h.
| const char* uri_opener::scheme |
URI protocol name.
This is the "scheme" portion of the URI, e.g. "http" or "file".
Definition at line 53 of file open.h.
Referenced by xfer_open_uri().
| int( * uri_opener::open)(struct xfer_interface *xfer, struct uri *uri) |
1.5.7.1