wtx
wtx copied to clipboard
A collection of different transport implementations and related tools focused primarily on web technologies.
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.61. Release notes Sourced from syn's releases. 2.0.61 Check for legal binding name in the ident of Pat::Ident (#1627) Resolve unexpected_cfgs warning (#1635) 2.0.60 Improve...
Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 1.13.0 to 2.3.0. Release notes Sourced from futures-lite's releases. v2.3.0 Add StreamExt::drain for draining objects from a Stream without waiting (#70). v2.2.0 Relax Unpin bounds on io::copy....
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.72. Release notes Sourced from syn's releases. 2.0.72 Parse use<'a, T> precise capturing bounds (#1707, thanks @compiler-errors) 2.0.71 Do not require mutable borrow in Punctuated::get()...
Hi there, Very interested in what you are doing here with `wtx`. I was wondering if there is support for streaming HTTP response bodies? I see `ClientStream.recv_res`, but that says....
The current machinery automatically splits the data according to https://datatracker.ietf.org/doc/html/rfc9113#SETTINGS_MAX_FRAME_SIZE and sends each block concurrently respecting flow control parameters. This approach is pragmatic but lacks flexibility when it is necessary...
Create a simple `no_std` runtime executor for testing and illustration purposes using the `Lock` trait. Such runtime must have an associated Timer, TcpStream and Mutex.
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.79. Release notes Sourced from syn's releases. 2.0.79 Fix infinite loop on parsing chained ranges (#1741) Fix panic in parsing use items containing absolute paths...
At the current time ui tests are performed using `trybuild` but unfortunately this scenario requires `dev-dependencies` features that inflate the workspace and even creates conflicts with some examples. 1. Move...
`wtx` supports gRPC at the protocol level but doesn't provide tools to facilitate development. At the current time it is necessary to manually write services or resort to third-parties but...