Properties
"allow-put" gboolean : Read / Write
"root" gchar* : Read / Write
Details
EvdWebDir
typedef struct _EvdWebDir EvdWebDir;
EvdWebDirClass
typedef struct {
EvdWebServiceClass parent_class;
} EvdWebDirClass;
EvdWebDirPrivate
typedef struct _EvdWebDirPrivate EvdWebDirPrivate;
evd_web_dir_new ()
EvdWebDir * evd_web_dir_new (void);
evd_web_dir_set_root ()
void evd_web_dir_set_root (EvdWebDir *self,
const gchar *root);
evd_web_dir_get_root ()
const gchar * evd_web_dir_get_root (EvdWebDir *self);
Property Details
The "allow-put" property
"allow-put" gboolean : Read / Write
Sets/gets whether to allow HTTP PUT method.
Default value: FALSE
The "root" property
"root" gchar* : Read / Write
The root path to serve files from.
Default value: "."