Documentation ¶
Index ¶
Constants ¶
View Source
const ( MethodMkCol = "MKCOL" MethodCopy = "COPY" MethodMove = "MOVE" MethodLock = "LOCK" MethodUnlock = "UNLOCK" MethodPropFind = "PROPFIND" MethodPropPatch = "PROPPATCH" MethodReport = "REPORT" )
Variables ¶
View Source
var ( HttpMethods = []string{ http.MethodGet, http.MethodHead, http.MethodPost, http.MethodPut, http.MethodPatch, http.MethodDelete, http.MethodConnect, http.MethodOptions, http.MethodTrace, } WebDavMethods = []string{ http.MethodOptions, http.MethodHead, http.MethodGet, http.MethodPost, http.MethodPut, http.MethodDelete, MethodMkCol, MethodCopy, MethodMove, MethodLock, MethodUnlock, MethodPropFind, MethodPropPatch, } CalDavMethods = []string{ http.MethodOptions, http.MethodHead, http.MethodGet, http.MethodPost, http.MethodPut, http.MethodDelete, MethodMkCol, MethodCopy, MethodMove, MethodPropFind, MethodPropPatch, MethodReport, } CardDavMethods = []string{ http.MethodOptions, http.MethodHead, http.MethodGet, http.MethodPost, http.MethodPut, http.MethodDelete, MethodMkCol, MethodCopy, MethodMove, MethodPropFind, MethodPropPatch, MethodReport, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.