ktorfit-ksp
jvm
ktorfit-ksp
/
de.jensklingenberg.ktorfit.model.annotations
/
CustomHttp
Custom
Http
class
CustomHttp
(
val
path
:
String
,
val
httpMethod
:
HttpMethod
,
val
hasBody
:
Boolean
=
false
,
val
customValue
:
String
)
:
HttpMethodAnnotation
Members
Constructors
Custom
Http
Link copied to clipboard
constructor
(
path
:
String
,
httpMethod
:
HttpMethod
,
hasBody
:
Boolean
=
false
,
customValue
:
String
)
Properties
custom
Value
Link copied to clipboard
val
customValue
:
String
has
Body
Link copied to clipboard
val
hasBody
:
Boolean
=
false
http
Method
Link copied to clipboard
open
override
val
httpMethod
:
HttpMethod
path
Link copied to clipboard
open
override
val
path
:
String