emersion / go-webdav

A Go library for WebDAV, CalDAV and CardDAV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query parameters are not supported in resource hrefs

emersion opened this issue · comments

If the server returns query parameters in a href, it'll get stripped. Does it matter?

If it does, we'll need to expose href *url.URL values instead of path string.