c
ParseLimits
class ParseLimits(maxDepth: Int = ..., maxSegmentLength: Int = ...)Resource limits applied while parsing an untrusted browser name.
Defined by scalive.FormPath.ParseLimits. View source (scalive/api/src/scalive/forms/FormPath.scala:83-83)
Values2
maxDepth
val maxDepth: IntDefined by scalive.FormPath.ParseLimits.maxDepth. View source (scalive/api/src/scalive/forms/FormPath.scala:83-83)
maxSegmentLength
val maxSegmentLength: IntDefined by scalive.FormPath.ParseLimits.maxSegmentLength. View source (scalive/api/src/scalive/forms/FormPath.scala:83-83)