# Packages
Package grpc contains gRPC functionality for Martian proxy.
Package testing contains a test fixture for working with gRPC over HTTP/2.
No description provided by the author
# Constants
ClientToServer indicates traffic flowing from client-to-server.
ServerToClient indicates traffic flowing from server-to-client.
# Structs
Config stores the configuration information needed for HTTP/2 processing.
Processors encapsulates the two traffic receiving endpoints.
# Interfaces
DataFrameProcessor processes data frames.
HeaderProcessor processes headers, abstracting out continuations.
PriorityFrameProcessor processes priority frames.
Processor accepts the possible stream frames.
PushPromiseProcessor processes push promises, abstracting out continuations.
RSTStreamProcessor processes RSTStream frames.
# Type aliases
Direction indicates the direction of the traffic flow.
StreamProcessorFactory is implemented by clients that wish to observe or edit HTTP/2 frames flowing through the proxy.