+1
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
* Add Ktor client auth dependency and test for repeated POST requests on 401 * Fix repeated sending of POST/PUT using OutgoingContent - Replace `provideBody` and `mimeType` parameters with single `body: OutgoingContent` parameter - Update tests to use `TextContent` and streaming `OutgoingContent.ReadChannelContent` - Remove redundant `contentType()` calls as it's handled by OutgoingContent * Fix streaming body consumption in repeated POST/PUT requests - Update documentation to clarify that `OutgoingContent.ReadChannelContent.readFrom` must return an unconsumed channel - Add test to verify that a new channel is created for each request - Fix test case to use correct sample text * Add WWW-Authenticate header to 401 response in auth test