Nikita Ofitserov

Results 14 issues of Nikita Ofitserov

Thank you for your work on the specification, I think it is a great fit for many deployment scenarios! As I was trying to make a use-case specific reader implementation,...

### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.2.0 ### What version of `wrangler`...

I've recently investigated the feasibility of updating the dated lz4 version bundled in the Linux kernel[^1]. The expected library configuration would be: 1. LZ4_FREESTANDING (therefore, most importantly, no internal allocations);...

I'm interested in parsing [multipart/byteranges](https://httpwg.org/specs/rfc9110.html#multipart.byteranges) response data using this library. I think that it is a good match because this format does not require any logic changes in `PushMultipartParser`, and...

Feature
Accepted