-
I think it would be great to have the changes from [enzious/rust-websocket](https://github.com/enzious/rust-websocket) back in websockets-rs/rust-websocket and published as a new crate version.
Maj…
-
# related:
- ✅ #109
- ✅ #170
- ✅ #79
- ✅ #195
- ✅ #343
-
add HTTP/3 Support
-
# Servo 的目录结构
来源:https://github.com/anjia/blog/issues/4
Servo 的目录结构
components
bluetooth
实现蓝牙线程
bluetooth_traits
考虑到构建速度,提取出来的一些 API
canvas
实现绘制 2d 和 WebGL 的线程
canvas_traits
考虑到构建速度,提取出…
cisen updated
5 years ago
-
Goose currently makes HTTP/HTTPS requests with the [Reqwest client](https://docs.rs/reqwest/).
The intent is to support multiple HTTP/HTTPS clients (ie, [Isahc](https://docs.rs/isahc), [curl](https…
-
Supporting grpc-web clients is possible only through a reverse proxy like Envoy which might reduce the performance. Is it possible to add direct support as [this wrapper for grpc-go](https://github.co…
-
As [mentioned on reddit](https://www.reddit.com/r/rust/comments/5wayou/announcing_hyproxy_01_a_rust_reverse_proxy_using/de9jj92/): I noticed you have "static file serving" described as a required feat…
-
I'd like to use `tower` with the [gRPC-Web](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) protocol.
Some use-cases that I'm thinking about in order of priority:
- [ ] Create a …
-
## Feature Request
### Motivation
In order to properly support DNS-based client side gRPC load balancing, the server must periodically terminate the client connection gracefully by sending a `GO…
-
Excited to see that this library exists! Was dreading having to build this functionality myself and would rather use a crate.
However, there's a lot of generated code here and I'm wondering what th…