package qlog
Import Path
github.com/quic-go/quic-go/http3/qlog (on go.dev)
Dependency Relation
imports 6 packages, and imported by one package
Package-Level Type Names (total 16)
A CancelPushFrame is a CANCEL_PUSH frame
A DataFrame is a DATA frame
QuaterStreamID uint64
Raw RawInfo
( DatagramCreated) Encode(enc *jsontext.Encoder, _ time.Time) error
( DatagramCreated) Name() string
DatagramCreated : github.com/quic-go/quic-go/qlogwriter.Event
DatagramCreated : github.com/polarsignals/frostdb/query/logicalplan.Named
QuaterStreamID uint64
Raw RawInfo
( DatagramParsed) Encode(enc *jsontext.Encoder, _ time.Time) error
( DatagramParsed) Name() string
DatagramParsed : github.com/quic-go/quic-go/qlogwriter.Event
DatagramParsed : github.com/polarsignals/frostdb/query/logicalplan.Named
Frame Frame
Raw RawInfo
StreamID quic.StreamID
( FrameCreated) Encode(enc *jsontext.Encoder, _ time.Time) error
( FrameCreated) Name() string
FrameCreated : github.com/quic-go/quic-go/qlogwriter.Event
FrameCreated : github.com/polarsignals/frostdb/query/logicalplan.Named
Frame Frame
Raw RawInfo
StreamID quic.StreamID
( FrameParsed) Encode(enc *jsontext.Encoder, _ time.Time) error
( FrameParsed) Name() string
FrameParsed : github.com/quic-go/quic-go/qlogwriter.Event
FrameParsed : github.com/polarsignals/frostdb/query/logicalplan.Named
A HeadersFrame is a HEADERS frame
HeaderFields []HeaderField
A MaxPushIDFrame is a MAX_PUSH_ID frame
A PushPromiseFrame is a PUSH_PROMISE frame
Package-Level Functions (only one)
func DefaultConnectionTracer(ctx context.Context, isClient bool, connID quic.ConnectionID) qlogwriter.Trace
Package-Level Constants (only one)
const EventSchema = "urn:ietf:params:qlog:events:http3-12"
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |