Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewFileTransportFS (0.24 sec)

  1. api/go1.22.txt

    pkg math/rand/v2, type Zipf struct #61716
    pkg net, method (*TCPConn) WriteTo(io.Writer) (int64, error) #58808
    pkg net/http, func FileServerFS(fs.FS) Handler #51971
    pkg net/http, func NewFileTransportFS(fs.FS) RoundTripper #51971
    pkg net/http, func ServeFileFS(ResponseWriter, *Request, fs.FS, string) #51971
    pkg net/http, method (*Request) PathValue(string) string #61410
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Jan 24 20:54:27 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  2. doc/go1.22.html

          The new functions
          <a href="/pkg/net/http#ServeFileFS"><code>ServeFileFS</code></a>,
          <a href="/pkg/net/http#FileServerFS"><code>FileServerFS</code></a>, and
          <a href="/pkg/net/http#NewFileTransportFS"><code>NewFileTransportFS</code></a>
          are versions of the existing
          <code>ServeFile</code>, <code>FileServer</code>, and <code>NewFileTransport</code>,
          operating on an <code>fs.FS</code>.
        </p>
    
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
Back to top