arti-hyper: Add note about missing https support

This commit is contained in:
Ian Jackson 2022-02-23 13:50:06 +00:00
parent 89146f37fb
commit d7d0f52ef6
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/// TODO this ought to support https!
use arti_hyper::*;
use anyhow::Result;

View File

@ -1,4 +1,7 @@
//! High-level layer for making http(s) requests the Tor network as a client.
//!
//! Work-in-progress.
//! This is **not suitable for use** right now because it does not support HTTPs.
#![deny(missing_docs)]
#![warn(noop_method_call)]