We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.2.0
'''kotlin @http("example") fun getPersonCall(@path("id") personId: Int): Call '''
Set the custom value to Ktor
No response
The text was updated successfully, but these errors were encountered:
#274 Fix compilation error with @http annotation
3e796b3
4734e80
5997857
#274 Remove unused imports
eb583f7
274 bug illegalargumentexception with custom http annotation (#275)
9eefb0c
* #274 Fix compilation error with @http annotation
Foso
Successfully merging a pull request may close this issue.
Ktorfit version
1.2.0
What happened and how can we reproduce this issue?
'''kotlin
@http("example")
fun getPersonCall(@path("id") personId: Int): Call
'''
What did you expect to happen?
Set the custom value to Ktor
Is there anything else we need to know about?
No response
The text was updated successfully, but these errors were encountered: