geiserx_ts_http_util 0.6.5

tailscale-specific http utilities
Documentation

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.