Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for writeChunk #218

Closed
2 tasks
Tracked by #653
dayaffe opened this issue Jan 3, 2024 · 1 comment
Closed
2 tasks
Tracked by #653

Add support for writeChunk #218

dayaffe opened this issue Jan 3, 2024 · 1 comment
Assignees
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.

Comments

@dayaffe
Copy link
Contributor

dayaffe commented Jan 3, 2024

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@dayaffe dayaffe added needs-triage This issue or PR still needs to be triaged. feature-request A feature should be added or improved. labels Jan 3, 2024
@dayaffe dayaffe changed the title Add support for chunked encoding to CRT Add support for writeChunk to CRT Jan 3, 2024
@dayaffe dayaffe changed the title Add support for writeChunk to CRT Add support for writeChunk Jan 3, 2024
@waahm7 waahm7 self-assigned this Jan 9, 2024
@waahm7 waahm7 closed this as completed Jan 11, 2024
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

2 participants