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

Operation request: HTTP chunked transfer encoding decoder #168

Closed
n1474335 opened this issue Jul 20, 2017 · 1 comment
Closed

Operation request: HTTP chunked transfer encoding decoder #168

n1474335 opened this issue Jul 20, 2017 · 1 comment

Comments

@n1474335
Copy link
Member

Summary

It could be useful to have a decoder for HTTP chunked transfers. See https://en.wikipedia.org/wiki/Chunked_transfer_encoding for more info.

sevzero added a commit to sevzero/CyberChef that referenced this issue May 23, 2018
This decoder will join up a HTTP response sent using chunked transfer encoding, raised in issue gchq#168.

This is useful when attempting to extract files or gzipped responses sent using chunked transfer encoding, particularly when combined with the gunzip operation.
sevzero added a commit to sevzero/CyberChef that referenced this issue May 24, 2018
This decoder will join up a HTTP response sent using chunked transfer encoding, raised in issue gchq#168.

This is useful when attempting to extract files or gzipped responses sent using chunked transfer encoding, particularly when combined with the gunzip operation.
@n1474335
Copy link
Member Author

Closed by #311.

BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this issue May 29, 2022
[REFACTOR] - Reduce bundle size, update workflows, docs and app config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant