go-webdav/caldav
Conrad Hoffmann ac9af45270 Dedicated type for conditional match header fields
The `If-Match` and `If-None-Match` conditional headers can have either a
wildcard or a (quoted) ETag as value. However, the ETag _could_ be a
literal `*`, so care must be taken to allow these cases to be
distinguished. The values of these headers have to be handled by the
backend, so export a type that facilitates working with these values.
2022-11-22 11:58:13 +01:00
..
caldav.go caldav: fix validation error when VTIMEZONE is after VEVENT 2022-09-16 09:04:14 +02:00
client.go internal: fix XML element struct naming 2022-05-31 23:04:42 +02:00
elements.go Support custom user principal and home set paths 2022-05-11 11:12:04 +02:00
match_test.go carddav: evaluate recurrence in match helper 2022-08-31 16:57:42 +02:00
match.go carddav: evaluate recurrence in match helper 2022-08-31 16:57:42 +02:00
server.go Dedicated type for conditional match header fields 2022-11-22 11:58:13 +01:00