Class: Datadog::AppSec::Metrics::Collector::DownstreamResponseStore

Inherits:
Struct
  • Object
show all
Defined in:
lib/datadog/appsec/metrics/collector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_exceed_content_lengthObject

Returns the value of attribute content_exceed_content_length

Returns:

  • (Object)

    the current value of content_exceed_content_length



20
21
22
# File 'lib/datadog/appsec/metrics/collector.rb', line 20

def content_exceed_content_length
  @content_exceed_content_length
end

#content_length_missingObject

Returns the value of attribute content_length_missing

Returns:

  • (Object)

    the current value of content_length_missing



20
21
22
# File 'lib/datadog/appsec/metrics/collector.rb', line 20

def content_length_missing
  @content_length_missing
end

#content_length_too_bigObject

Returns the value of attribute content_length_too_big

Returns:

  • (Object)

    the current value of content_length_too_big



20
21
22
# File 'lib/datadog/appsec/metrics/collector.rb', line 20

def content_length_too_big
  @content_length_too_big
end

#content_type_invalidObject

Returns the value of attribute content_type_invalid

Returns:

  • (Object)

    the current value of content_type_invalid



20
21
22
# File 'lib/datadog/appsec/metrics/collector.rb', line 20

def content_type_invalid
  @content_type_invalid
end