kenta.koyama
kenta.koyama
Fixes #105 #108 Read `Retry-After` response header, and decide when to retry next. This is WIP pull request, so below tasks are not started. * enable to handle date format's...
Now we use `Request.Builder()` to create `okhttp3.Request` instance. https://github.com/rybalkinsd/kohttp/blob/c88850f5a6c8997a85747d759a5e9dc7c77c6cd2/src/test/kotlin/io/github/rybalkinsd/kohttp/interceptors/logging/CurlLoggingStrategyTest.kt#L35 It's better to introduce `Request` dsl builder and write code simpler like this. ```kotlin request { url = "https://postman-echo.com/post" post =...
### Ktor Version 1.1.3 ### Ktor Engine Used(client or server and name) server (Netty) ### JVM Version, Operating System and Relevant Context java 1.8.0_201 MacOS 10.14.4 ### Feedback When I...
HI. When I send request which has `application/scim+json` value on content-type, the request body is not shown on access logs page.  This problem is caused by body parsing logic....
**Problem** If we use [`readNext` method](https://github.com/doyaaaaaken/kotlin-csv/blob/a59e2187d89d55c585511e16073eb1cfe32d05a5/src/commonMain/kotlin/com/github/doyaaaaaken/kotlincsv/client/CsvFileReader.kt#L35), some options (e.g. `excessFieldsRowBehaviour` option) are bypassed and invalid. There does not appear to be a use case for this method, so we are...