View Source Envoy.Service.Auth.V3.DeniedHttpResponse (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Service.Auth.V3.DeniedHttpResponse{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  body: String.t(),
  headers: [Envoy.Config.Core.V3.HeaderValueOption.t()],
  status: Envoy.Type.V3.HttpStatus.t() | nil
}