emersion / go-webdav

A Go library for WebDAV, CalDAV and CardDAV
MIT License
314 stars 66 forks source link

Add support for weak ETags #118

Open emersion opened 1 year ago

emersion commented 1 year ago

e.g.

ETag: W/"xyzzy"

Ref https://www.rfc-editor.org/rfc/rfc7232#section-2.3
Related: https://github.com/emersion/go-webdav/issues/117