httpcliparser 0.1.1

Parse HTTP CLI input syntax into headers, query params, and JSON bodies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "httpcliparser"
version = "0.1.1"
edition = "2021"
description = "Parse HTTP CLI input syntax into headers, query params, and JSON bodies"
license = "MIT"
readme = "README.md"
repository = "https://github.com/jclem/httpcliparser"
homepage = "https://github.com/jclem/httpcliparser"
documentation = "https://docs.rs/httpcliparser"
keywords = ["http", "cli", "parser", "json"]
categories = ["parser-implementations", "command-line-interface"]

[dependencies]
serde_json = "1.0"
winnow = "0.7"