package
0.0.0-20250208023750-2ddeb7052770
Repository: https://github.com/envoyproxy/ai-gateway.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Constants

ExpectedHeadersKey is the key for the expected headers in the request.
ExpectedHostKey is the key for the expected host in the request.
ExpectedPathHeaderKey is the key for the expected path in the request.
ExpectedRequestBodyHeaderKey is the key for the expected request body in the request.
ExpectedTestUpstreamIDKey is the key for the expected testupstream-id in the request, and the value will be compared with the TESTUPSTREAM_ID environment variable.
NonExpectedRequestHeadersKey is the key for the non-expected request headers.
ResponseBodyHeaderKey is the key for the response body in the response.
ResponseHeadersKey is the key for the response headers in the response.
ResponseStatusKey is the key for the response status in the response, default is 200 if not set.
ResponseTypeKey is the key for the response type in the request.