go-webdav icon indicating copy to clipboard operation
go-webdav copied to clipboard

webdav: add http.Header to FileSystem.Create()

Open DeepDiver1975 opened this issue 1 year ago • 1 comments
trafficstars

alternative to #153

DeepDiver1975 avatar Apr 09 '24 13:04 DeepDiver1975

I'm not a huge fan of exposing generic HTTP stuff to backends in general.

If there is a custom HTTP header that a library user wants to pass to the backend, they can use the context.

emersion avatar Apr 11 '24 12:04 emersion