You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for writeChunk similar to the Java's CRT. This method should allow us to use it for either chunked encoding or aws-chunked encoding which adds the ability to specify a checksum per block.
Use Case
Used for chunked encoding and for flexible checksums
Proposed Solution
Bind out the implementation that already exists in C to the Swift CRT.
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
The text was updated successfully, but these errors were encountered:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the feature
Add support for writeChunk similar to the Java's CRT. This method should allow us to use it for either chunked encoding or aws-chunked encoding which adds the ability to specify a checksum per block.
Use Case
Used for chunked encoding and for flexible checksums
Proposed Solution
Bind out the implementation that already exists in C to the Swift CRT.
Other Information
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: