ktorfit-ksp
jvm
ktorfit-ksp
/
de.jensklingenberg.ktorfit.model.annotations
/
HttpMethodAnnotation
Http
Method
Annotation
open
class
HttpMethodAnnotation
(
val
path
:
String
,
val
httpMethod
:
HttpMethod
)
:
FunctionAnnotation
Inheritors
CustomHttp
Members
Constructors
Http
Method
Annotation
Link copied to clipboard
constructor
(
path
:
String
,
httpMethod
:
HttpMethod
)
Properties
http
Method
Link copied to clipboard
open
val
httpMethod
:
HttpMethod
path
Link copied to clipboard
open
val
path
:
String