BodyPreview

data class BodyPreview(val text: String, val byteCount: Long, val truncated: Boolean)

A captured request/response body, possibly truncated to the configured limit.

Constructors

Link copied to clipboard
constructor(text: String, byteCount: Long, truncated: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard