• Nick Craig-Wood's avatar
    webdav: allow the user to override the ETag and ContentType properties · 8e0cdda2
    Nick Craig-Wood authored
    Before this commit it was not possible to override the the ContentType
    and ETag properties.
    
    Since these properties aren't directly read from the os.FileInfo
    objects returned by the FileSystem it seems reasonable that the user
    might have a different policy for computing them.
    
    For instance the underlying FileSystem may already know the
    ContentType or want to use an MD5 Hash for the ETag.
    
    This commit introduces two new optional interfaces ETager and
    ContentTyper which, when defined on the os.FileInfo objects
    returned by the FileSystem methods, allows the user of this library to
    override the ETag and ContentType generation.
    
    Fixes golang/go#22577
    
    Change-Id: Ib42e126db3fcc0a93463e61db85fde59be85cca5
    Reviewed-on: https://go-review.googlesource.com/109217Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    8e0cdda2
Name
Last commit
Last update
bpf Loading commit data...
context Loading commit data...
dict Loading commit data...
dns/dnsmessage Loading commit data...
html Loading commit data...
http Loading commit data...
http2 Loading commit data...
icmp Loading commit data...
idna Loading commit data...
internal Loading commit data...
ipv4 Loading commit data...
ipv6 Loading commit data...
lif Loading commit data...
nettest Loading commit data...
netutil Loading commit data...
proxy Loading commit data...
publicsuffix Loading commit data...
route Loading commit data...
trace Loading commit data...
webdav Loading commit data...
websocket Loading commit data...
xsrftoken Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
codereview.cfg Loading commit data...