plsar-framework
1.01
plsar-framework
/
plsar.model.web
/
HttpResponse
Http
Response
class
HttpResponse
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Http
Response
Link copied to clipboard
fun
HttpResponse
(
)
Content copied to clipboard
Functions
data
Link copied to clipboard
fun
data
(
)
:
Map
<
String
?
,
Any
?
>
Content copied to clipboard
get
Link copied to clipboard
operator
fun
get
(
key
:
String
?
)
:
Any
?
Content copied to clipboard
set
Link copied to clipboard
operator
fun
set
(
key
:
String
?
,
value
:
Any
?
)
Content copied to clipboard
Properties
data
Link copied to clipboard
var
data
:
MutableMap
<
String
?
,
Any
?
>
Content copied to clipboard
description
Link copied to clipboard
var
description
:
String
?
Content copied to clipboard
keywords
Link copied to clipboard
var
keywords
:
String
?
Content copied to clipboard
title
Link copied to clipboard
var
title
:
String
?
Content copied to clipboard