[package]
name = "bt_http_utils"
version = "0.7.5"
edition = "2024"
authors = ["calvarez <calvarez@bachuetech.biz>"]
description = "A simple HTTP wrapper to simplify POST and GET calls. Default headers with set and get headers. Support cookies. Request generic function for GET, POST, PUT, PATCH, and DELETE."
keywords = ["http","client"]
categories = ["web-programming::http-server","web-programming::http-client","web-programming"]
repository = "https://github.com/bachuetech/bt_http_utils"
readme = "README.md"
homepage = "https://github.com/bachuetech/bt_http_utils"
license = "GPL-3.0-only"
[dependencies]
bt_logger = "0.5.0"
native-tls = "0.2.18"
reqwest = {version ="0.13.3", features = ["json","hickory-dns","cookies", "native-tls"] }
[dev-dependencies]
tokio = { version = "1.52.2", features = ["macros", "rt-multi-thread"] }