dothttp 0.8.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
1
2
3
4
5
6
7
unstable_features = true
reorder_imports = true
reorder_modules = true
merge_derives = true
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
newline_style = "Native"