| Age | Commit message (Collapse) | Author |
|
|
|
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
|
|
Follow up to serde_v8's #14450
|
|
|
|
|
|
|
|
|
|
Facilitates making `op_http_write_headers` sync and thus faster
|
|
1.21.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: ry <ry@users.noreply.github.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
|
|
* Revert "feat(ext/http): stream auto resp body compression (#14325)"
* Revert "core: introduce `resource.read_return` (#14331)"
* Revert "perf(http): optimize `ReadableStream`s backed by a resource (#14284)"
|
|
|
|
This commit adds support for auto response body compression for
streaming bodies.
|
|
|
|
|
|
|
|
Fixes #14128
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To align with conventions used in our other crates
|
|
|
|
Formalize magic types and how they're "transerialized", also makes U16String deserializable
|
|
|
|
|
|
|
|
|
|
|
|
For common return types such as String/ZeroCopyBuf/ByteString
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|