package
3.49.1
Repository: https://github.com/imroc/req.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InvalidPacketNumber is a stream ID that is invalid.
InvalidStreamNum is an invalid stream number.
MaxStreamCount is the maximum stream count value that can be sent in MAX_STREAMS frames and as the stream count in the transport parameters.
MethodGet0RTT allows a GET request to be sent using 0-RTT.
MethodHead0RTT allows a HEAD request to be sent using 0-RTT.
NextProtoH3 is the ALPN protocol negotiated during the TLS handshake, for QUIC v1 and v2.
the perspectives.
the perspectives.
StreamTypeBidi is a bidirectional stream.
StreamTypeUni is a unidirectional stream.
The version numbers, making grepping easier.
The version numbers, making grepping easier.
The version numbers, making grepping easier.

# Variables

ErrNoCachedConn is returned when RoundTripper.OnlyCachedConn is set.
SupportedVersions lists the versions that the server supports must be in sorted descending order.

# Structs

Error is returned from the round tripper (for HTTP clients) and inside the HTTP handler (for HTTP servers) if an HTTP/3 error occurs.
RoundTripOpt are options for the Transport.RoundTripOpt method.
RoundTripper implements the http.RoundTripper interface.
Settings are HTTP/3 settings that apply to the underlying connection.
SingleDestinationRoundTripper is an HTTP/3 client doing requests to a single remote server.

# Interfaces

Connection is an HTTP/3 connection.
A Hijacker allows hijacking of the stream creating part of a quic.Session from a http.Response.Body.
A RequestStream is an HTTP/3 request stream.
A Stream is an HTTP/3 request stream.

# Type aliases

No description provided by the author
FrameType is the frame type of a HTTP/3 frame.
Perspective determines if we're acting as a server or a client.
StreamType is the stream type of a unidirectional stream.
A StreamID in QUIC.
StreamNum is the stream number.
StreamType encodes if this is a unidirectional or bidirectional stream.