go-webdav/carddav
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
..
carddav_test.go carddav: use custom type for context keys 2022-11-16 10:37:40 +01:00
carddav.go carddav: run gofmt 2022-08-31 13:53:16 +02:00
client.go carddav: use "/.well-known/carddav/" as initial context path in Discover 2022-07-13 08:43:40 +02:00
elements.go Support custom user principal and home set paths 2022-05-11 11:12:04 +02:00
match_test.go carddav: do property filtering in match.Filter() 2022-06-03 08:36:05 +02:00
match.go carddav: do property filtering in match.Filter() 2022-06-03 08:36:05 +02:00
server.go Dedicated type for conditional match header fields 2022-11-22 11:58:13 +01:00