geiserx_ts_http_util 0.6.5

tailscale-specific http utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ts_http_util

A collection of utilities for working with HTTP/1.1 and HTTP/2 client connections over plaintext
or TLS streams. Built on top of [`http`], [`hyper`], and [`tokio`] for use with [`tailscale`].

This crate is tailored for our needs, and is probably a poor fit for other use cases. If you're
looking for a general-purpose HTTP client crate, we recommend using [`hyper`] directly, or
looking at [`reqwest`] or [`ureq`].

[`reqwest`]: https://docs.rs/reqwest/latest

[`ureq`]: https://docs.rs/ureq/latest

[`tailscale`]: https://docs.rs/tailscale/latest