package
Version:
v0.7.1-0...-adcdeff
Opens a new window with list of versions in this module.
Published: Feb 24, 2020
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type RoundTripper struct {
TLSClientConfig *tls.Config
QuicConfig *quic.Config
}
RoundTripper performs HTTP/0.9 roundtrips over QUIC.
Close closes the roundtripper.
RoundTrip performs a HTTP/0.9 request.
It only supports GET requests.
type Server struct {
*http.Server
QuicConfig *quic.Config
}
Server is a HTTP/0.9 server listening for QUIC connections.
ListenAndServe listens and serves HTTP/0.9 over QUIC.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.