dothttp 0.4.0

dothttp is a text-based scriptable HTTP client. It is a fork for dot-http. It is a simple language that resembles the actual HTTP protocol but with additional features to make it practical for someone who builds and tests APIs.
Documentation
[[bin]]
name = "dothttp"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"

[dependencies.boa_engine]
version = "0.17.3"

[dependencies.chrono]
version = "0.4.31"

[dependencies.clap]
features = ["derive"]
version = "4.4.6"

[dependencies.pest]
version = "2.7.5"

[dependencies.pest_derive]
version = "2.7.5"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
features = ["blocking"]
version = "^0.11.22"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.uuid]
features = ["v4"]
version = "1.4.1"
[dev-dependencies.httpmock]
version = "0.6.8"

[dev-dependencies.tempfile]
version = "3.8.0"

[package]
authors = ["Brian Payne <bwpayne@gmail.com>", "Alisa Gorelova <nanopro1g@gmail.com>"]
categories = ["command-line-utilities", "development-tools::testing", "web-programming::http-client"]
description = "dothttp is a text-based scriptable HTTP client. It is a fork for dot-http. It is a simple language that resembles the actual HTTP protocol but with additional features to make it practical for someone who builds and tests APIs."
edition = "2021"
keywords = ["http", "scriptable", "vrl", "API"]
license = "Apache-2.0"
name = "dothttp"
readme = "README.md"
repository = "https://github.com/alisa101rs/dothttp"
version = "0.4.0"