Add other body type

This commit is contained in:
Gregory Schier
2024-02-18 08:59:14 -08:00
parent 7f4d082c17
commit ec5cdfb025
3 changed files with 16 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ use std::process::exit;
use std::str::FromStr;
use ::http::uri::InvalidUri;
use ::http::{HeaderValue, Uri};
use ::http::Uri;
use base64::Engine;
use fern::colors::ColoredLevelConfig;
use log::{debug, error, info, warn};