Gabriel Ciuloaica 🦀
Gabriel Ciuloaica 🦀
@jrudolph I have find this issue implementing the test suite provided for AWS Signature 4 from Amazon. Their test data contains a scenario where the input data looks like: ```...
@jrudolph their data scenarios are in that form, the last part "Param1=value1" is basically the body content. The implementation of the AWS Signature 4 in alpakka is based on HttpRequest....
Closing this in favor of #1492
In current implementation, Client streaming it is enabled when the netty's `ObjectAggregator` is not present in the pipeline.
- [ ] Client response streaming should be enabled based on `Transfer-Encoding` header value. - [ ] Add implementation for Client Request streaming - send data to server (POST, PUT)...
@jdegoes @tusharmath the event loop and transport between client and sever sharing will be in a new PR.
Added #1552 for CacheControl
Same issue is happening with `quill-jdbc-zio`. It looks like `BatchInsert` code generation is broken even if pk is `VARCHAR` not only when is of type `UUID`
acceptControlAllowCrdentials #1803
Define a canonical set of annotations that can be applied to sealed traits, case classes, and fields
@vigoo `transientCase` will make sense only during serialisation, right ?