mock-oauth-server
1.1.0
mock-oauth-server
/
net.uiqui.oauth.mock.http
/
Request
Request
interface
Request
Content copied to clipboard
Functions
Inheritors
Functions
get
Body
Link copied to clipboard
abstract
fun
getBody
(
)
:
String
?
Content copied to clipboard
get
Headers
Link copied to clipboard
abstract
fun
getHeaders
(
)
:
Map
<
String
,
String
>
Content copied to clipboard
get
Method
Link copied to clipboard
abstract
fun
getMethod
(
)
:
String
Content copied to clipboard
get
Path
Link copied to clipboard
abstract
fun
getPath
(
)
:
String
Content copied to clipboard
get
Query
Parameters
Link copied to clipboard
abstract
fun
getQueryParameters
(
)
:
Map
<
String
,
String
>
Content copied to clipboard
get
Uri
Link copied to clipboard
abstract
fun
getUri
(
)
:
String
Content copied to clipboard
get
Version
Link copied to clipboard
abstract
fun
getVersion
(
)
:
String
Content copied to clipboard
Inheritors
RequestImpl
Link copied to clipboard