go-webdav/internal
Conrad Hoffmann 25f1014ef2 internal: no status element in propstat responses
Responses that contain propstat elements do not contain their own
top-level status element, only the status elements inside the propstat
element.

See https://datatracker.ietf.org/doc/html/rfc4918#section-14.24 or any
of the examples for PROPFIND/PROPPATCH, starting e.g. here:
https://datatracker.ietf.org/doc/html/rfc4918#section-9.1.3
2024-02-08 23:12:59 +01:00
..
client.go caldav: add DiscoverContextURL 2023-12-27 23:16:49 +01:00
elements_test.go internal: fix XML element struct naming 2022-05-31 23:04:42 +02:00
elements.go internal: fix always-true interface comparison 2023-12-15 15:07:59 +01:00
internal.go internal: use errors.As in IsNotFound 2022-05-31 16:58:45 +02:00
server.go internal: no status element in propstat responses 2024-02-08 23:12:59 +01:00
xml_test.go internal: add RawXMLValue to defer XML encoding/decoding 2020-01-14 17:54:03 +01:00
xml.go internal: add NewPropfindResponse helper 2020-01-17 14:40:29 +01:00