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