mock-oauth-server
1.1.0
mock-oauth-server
/
net.uiqui.oauth.mock.http
/
Response
Response
interface
Response
Content copied to clipboard
Functions
Inheritors
Functions
add
Header
Link copied to clipboard
abstract
fun
addHeader
(
headerName
:
String
,
headerValue
:
String
)
Content copied to clipboard
set
Body
Link copied to clipboard
abstract
fun
setBody
(
body
:
String
)
Content copied to clipboard
set
Response
Code
Link copied to clipboard
abstract
fun
setResponseCode
(
statusCode
:
Int
,
statusMessage
:
String
)
Content copied to clipboard
Inheritors
ResponseImpl
Link copied to clipboard