Alexander Romanov

Results 6 comments of Alexander Romanov

I can't use Ktor client just because I'm unable to set Content-Type. Even your examples doesn't work: ``` val message = client.post { url("http://127.0.0.1:8080/") contentType(ContentType.Application.Json) body = HelloWorld(hello = "world")...

I have the same issue. Please help

I'd like to get css selector that would match both elements at once. Similar to css-selector-generator

Example: [https://github.com/fczbkk/css-selector-generator#multi-element-selector](url)