Home
last modified time | relevance | path

Searched refs:rootDescPath (Results 1 – 3 of 3) sorted by relevance

/dports/net/rclone/rclone-1.57.0/cmd/serve/dlna/
H A Ddlna.go64 rootDescPath = "/rootDesc.xml" const
128 r.Handle(rootDescPath, traceLogging(http.HandlerFunc(s.rootDescHandler)))
131 r.HandleFunc(rootDescPath, s.rootDescHandler)
326 Path: rootDescPath,
H A Ddlna_test.go56 req, err := http.NewRequest("GET", baseURL+rootDescPath, nil)
/dports/net/rclone/rclone-1.57.0/vendor/github.com/anacrolix/dms/dlna/dms/
H A Ddms.go39 rootDescPath = "/rootDesc.xml" const
765 mux.HandleFunc(rootDescPath, func(w http.ResponseWriter, r *http.Request) {
910 Path: rootDescPath,