package
1.3.2
Repository: https://github.com/saucelabs/forwarder.git
Documentation: pkg.go.dev

# Functions

AsStreamProcessorFactory converts a ProcessorFactory into a StreamProcessorFactory.

# Constants

Deflate indicates that Deflate compression is used.
Gzip indicates that Gzip compression is used.
Identity indicates that no compression is used.
Snappy indicates that Snappy compression is used.

# Interfaces

Processor processes gRPC traffic.

# Type aliases

Encoding is the grpc-encoding type.
ProcessorFactory creates gRPC processors that implement the Processor interface, which abstracts away some of the details of the underlying HTTP/2 protocol.