skazantsev / WebDavClient

Asynchronous cross-platform WebDAV client for .NET Core
MIT License
158 stars 30 forks source link

implementation of HTTP SEARCH method #69

Closed peysche closed 2 years ago

peysche commented 2 years ago

As of RFC 5323 (https://tools.ietf.org/html/rfc5323) a HTTP SEARCH method was proposed.

Searched in the wild for some .NET libs supporting this... nothing found ...

Will be nice if it gets implemented in WebDavClient