zed/crates/repl
Kyle Kelley 0eb992219b
Set User Agent for Jupyter websocket connections (#21910)
Some VPN configurations require that websockets present a user agent.
This adds it in directly for the repl usage. I wish there was a way to
reuse the user agent from the `cx.http_client`, but I'm not seeing a
simple way to do that for the moment since it's not on the `HttpClient`
trait.

No release notes since this feature hasn't been announced/exposed.

Release Notes:

- N/A
2024-12-12 09:26:16 -08:00
..
src Set User Agent for Jupyter websocket connections (#21910) 2024-12-12 09:26:16 -08:00
Cargo.toml Set User Agent for Jupyter websocket connections (#21910) 2024-12-12 09:26:16 -08:00
LICENSE-GPL