Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
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: Int

Defined by scalive.FormPath.ParseLimits.maxDepth. View source (scalive/api/src/scalive/forms/FormPath.scala:83-83)

maxSegmentLength

val maxSegmentLength: Int

Defined by scalive.FormPath.ParseLimits.maxSegmentLength. View source (scalive/api/src/scalive/forms/FormPath.scala:83-83)