package envoy.extensions.filters.network.generic_proxy.codecs.http1.v3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Http1CodecConfig

http1.proto:30

Configuration for HTTP codec. This HTTP1 codec is used to parse and serialize HTTP1 messages for the generic proxy filter. Any decoding error will result in the generic proxy closing the connection. .. note:: This codec only supports HTTP1.1 messages and does not support HTTP1.0 messages. And it limits part of the HTTP1.1 features, such as upgrade, connect, etc. This codec is mainly designed for the features evaluation of the generic proxy filter. Please be cautious when using it in production.