package
0.4.1
Repository: https://github.com/apoxy-dev/apoxy-cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

StartExec creates a new runtime and returns the initial ExecState.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
Metadata keys.
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
HTTP request attributes.
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
HTTP response attributes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Downstream connection attributes.
No description provided by the author
Upstream connection attributes.
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

# Structs

RequestBodyState processes the request body.
RequestSendState processes request send operation.
ResponseBodyState requests the response body from the Proxy, passes it the plugin, and awaits one of the following: - a response to be sent upstream - an immediate response to be sent downstream (with no further processing) - runtime exit.
ResponseSendState sends the response to the Proxy (either a header or body response depending on the phase) and concludes the execution.
SendDownstreamState processes the end of the request.
StartState is the initial state of the runtime.

# Interfaces

ExecState defines the interface for a single state in the plugin execution.

# Type aliases

No description provided by the author
No description provided by the author