Source file src/vendor/golang.org/x/net/internal/http3/doc.go

     1  // Copyright 2024 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // Package http3 implements the HTTP/3 protocol.
     6  //
     7  // This package is a work in progress.
     8  // It is not ready for production usage.
     9  // Its API is subject to change without notice.
    10  package http3
    11  

View as plain text