apollo-kotlin
3.8.2
common
apollo-mockserver
/
com.apollographql.apollo3.mockserver
/
MockRequest
Mock
Request
common
class
MockRequest
(
val
method
:
String
,
val
path
:
String
,
val
version
:
String
,
val
headers
:
Map
<
String
,
String
>
=
emptyMap()
,
val
body
:
ByteString
=
ByteString.EMPTY
)
Content copied to clipboard
Constructors
Properties
Constructors
Mock
Request
Link copied to clipboard
common
fun
MockRequest
(
method
:
String
,
path
:
String
,
version
:
String
,
headers
:
Map
<
String
,
String
>
=
emptyMap()
,
body
:
ByteString
=
ByteString.EMPTY
)
Content copied to clipboard
Properties
body
Link copied to clipboard
common
val
body
:
ByteString
Content copied to clipboard
headers
Link copied to clipboard
common
val
headers
:
Map
<
String
,
String
>
Content copied to clipboard
method
Link copied to clipboard
common
val
method
:
String
Content copied to clipboard
path
Link copied to clipboard
common
val
path
:
String
Content copied to clipboard
version
Link copied to clipboard
common
val
version
:
String
Content copied to clipboard