Snoop API
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Snoop API
snoop-core
/
com.snoop.core.model
/
BodyPreview
Body
Preview
data
class
BodyPreview
(
val
text
:
String
,
val
byteCount
:
Long
,
val
truncated
:
Boolean
)
A captured request/response body, possibly truncated to the configured limit.
Members
Constructors
Body
Preview
Link copied to clipboard
constructor
(
text
:
String
,
byteCount
:
Long
,
truncated
:
Boolean
)
Properties
byte
Count
Link copied to clipboard
val
byteCount
:
Long
is
Empty
Link copied to clipboard
val
isEmpty
:
Boolean
text
Link copied to clipboard
val
text
:
String
truncated
Link copied to clipboard
val
truncated
:
Boolean