Arrow
Toggle table of contents
2.1.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-raise-ktor-server
/
arrow.raise.ktor.server
/
ValidationContent
Validation
Content
data
class
ValidationContent
(
val
content
:
NonEmptyList
<
TextContent
>
)
:
OutgoingContent.ByteArrayContent
Members
Constructors
Validation
Content
Link copied to clipboard
constructor
(
content
:
NonEmptyList
<
TextContent
>
)
Properties
content
Link copied to clipboard
val
content
:
NonEmptyList
<
TextContent
>
content
Length
Link copied to clipboard
open
override
val
contentLength
:
Long
content
Type
Link copied to clipboard
open
override
val
contentType
:
ContentType
headers
Link copied to clipboard
open
val
headers
:
Headers
status
Link copied to clipboard
open
val
status
:
HttpStatusCode
?
Functions
bytes
Link copied to clipboard
open
override
fun
bytes
(
)
:
ByteArray
get
Property
Link copied to clipboard
open
fun
<
T
:
Any
>
getProperty
(
key
:
AttributeKey
<
T
>
)
:
T
?
set
Property
Link copied to clipboard
open
fun
<
T
:
Any
>
setProperty
(
key
:
AttributeKey
<
T
>
,
value
:
T
?
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
trailers
Link copied to clipboard
open
fun
trailers
(
)
:
Headers
?