vibe-dav ~master (2016-09-24T10:20:15Z)
Dub
Repo
DavException
vibedav
base
Undocumented in source.
class
DavException : Exception {
HTTPStatus
status
;
string
mime
;
this
(HTTPStatus status, string msg, string mime, string file, size_t line, Throwable next);
this
(HTTPStatus status, string msg, Throwable next, string mime, string file, size_t line);
}
Constructors
this
this
(HTTPStatus status, string msg, string mime, string file, size_t line, Throwable next)
this
this
(HTTPStatus status, string msg, Throwable next, string mime, string file, size_t line)
Members
Variables
mime
string
mime
;
Undocumented in source.
status
HTTPStatus
status
;
Undocumented in source.
Meta
Source
See Implementation
vibedav
base
classes
BaseDavPlugin
Dav
DavException
DavStorage
enums
NoticeAction
functions
getDavReport
getFilePath
getReportProperty
hasDavReport
reportName
serveDav
stripBeginSlashes
stripEndSlasshes
stripSlashes
urlToString
interfaces
IDav
IDavPlugin
IDavPluginHub
IDavResourceAccess
structs
DavReport