Documentation
¶
Index ¶
- func AddResponseToMultistat(ms *etree.Element, uri string) *etree.Element
- func AddResponseWStatusToMultistat(ms *etree.Element, uri string, httpStatus int) *etree.Element
- func AddStatusToPropstat(httpStatus int, propstat *etree.Element)
- func AddURLElement(node *etree.Element, url string)
- func GetMultistatusDoc(sURL string) (*etree.Document, *etree.Element)
- func GetMultistatusDocWOResponseTag() (*etree.Document, *etree.Element)
- func NotImplementedYet(w http.ResponseWriter)
- func OnRoot(w http.ResponseWriter, req *http.Request)
- func OnWellKnown(w http.ResponseWriter, req *http.Request)
- func OnWellKnownNoParam(w http.ResponseWriter, req *http.Request)
- func RespondWithICS(w http.ResponseWriter, status int, ics string)
- func RespondWithMessage(w http.ResponseWriter, status int, message string)
- func RespondWithRedirect(w http.ResponseWriter, req *http.Request, uri string)
- func RespondWithStandardOptions(w http.ResponseWriter, status int, message string)
- func RespondWithUnauthenticated(w http.ResponseWriter)
- func RespondWithVCARD(w http.ResponseWriter, status int, vcard string)
- func SendETreeDocument(w http.ResponseWriter, status int, dRet *etree.Document)
- func SendMultiStatus(w http.ResponseWriter, httpStatus int, dRet *etree.Document, ...)
- func SetAllowHeader(w http.ResponseWriter)
- func SetDAVHeader(w http.ResponseWriter)
- func SetStandardHTMLHeader(w http.ResponseWriter)
- func SetStandardXMLHeader(w http.ResponseWriter)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddResponseToMultistat ¶
func AddStatusToPropstat ¶
func AddURLElement ¶
func NotImplementedYet ¶
func NotImplementedYet(w http.ResponseWriter)
func OnWellKnown ¶
func OnWellKnown(w http.ResponseWriter, req *http.Request)
func OnWellKnownNoParam ¶
func OnWellKnownNoParam(w http.ResponseWriter, req *http.Request)
func RespondWithICS ¶
func RespondWithICS(w http.ResponseWriter, status int, ics string)
func RespondWithMessage ¶
func RespondWithMessage(w http.ResponseWriter, status int, message string)
func RespondWithRedirect ¶
func RespondWithRedirect(w http.ResponseWriter, req *http.Request, uri string)
func RespondWithStandardOptions ¶
func RespondWithStandardOptions(w http.ResponseWriter, status int, message string)
func RespondWithUnauthenticated ¶
func RespondWithUnauthenticated(w http.ResponseWriter)
func RespondWithVCARD ¶
func RespondWithVCARD(w http.ResponseWriter, status int, vcard string)
func SendETreeDocument ¶
func SendETreeDocument(w http.ResponseWriter, status int, dRet *etree.Document)
func SendMultiStatus ¶
func SetAllowHeader ¶
func SetAllowHeader(w http.ResponseWriter)
func SetDAVHeader ¶
func SetDAVHeader(w http.ResponseWriter)
func SetStandardHTMLHeader ¶
func SetStandardHTMLHeader(w http.ResponseWriter)
func SetStandardXMLHeader ¶
func SetStandardXMLHeader(w http.ResponseWriter)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.