aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2020-07-07 09:51:45 -0400
committerRuss Cox <rsc@golang.org>2020-10-20 18:41:15 +0000
commit7211694a1e3f9eaebff7074944feead968e00e72 (patch)
treec49b8d6eb5a6bc1cf766076fb00c61f897d9ec28 /src/encoding
parent2a9aa4dcac0c33f7fffefb94a1bc92a17fd7cfd3 (diff)
downloadgo-7211694a1e3f9eaebff7074944feead968e00e72.tar.xz
net/http: add FS to convert fs.FS to FileSystem
Two different functions in the http API expect a FileSystem: http.FileSystem and http.NewFileTransport. Add a general converter http.FS to turn an fs.FS into an http.FileSystem for use with either of these functions. (The original plan was to add http.HandlerFS taking an fs.FS directly, but that doesn't help with NewFileTransport.) For #41190. Change-Id: I5f242eafe9b963f4387419a2615bdb487c358f16 Reviewed-on: https://go-review.googlesource.com/c/go/+/243939 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'src/encoding')
0 files changed, 0 insertions, 0 deletions