Ktor Support

Issue #297 new
Illia Sorokoumov created an issue

Greetings!

I’m curious if you are interested in adding support for Ktor. I have quickly hacked a solution together for my test project:

https://github.com/ilya40umov/kstatus/blob/master/api/src/test/kotlin/me/ilya40umov/kstatus/api/oai/oaiMatcher.kt

If you would consider adding support I’m willing to package this nicely and add the tests (e.g. like it’s done in this MR https://bitbucket.org/atlassian/swagger-request-validator/pull-requests/166/add-akka-http-module/diff).

Comments (1)

  1. Illia Sorokoumov Account Deactivated reporter

    Today I realized that Ktor actually does not provide a clean way of reading the request body: https://youtrack.jetbrains.com/issue/KTOR-1066 So, this will have to wait until this issue is solved (although I managed to find a workaround for my projects which requires hacking the testing part of the framework a bit).

  2. Log in to comment