kriogenia / rede

CLI tool to run and configure suites of HTTP requests defined in readable files
http://rede.sotoestevez.dev/
Apache License 2.0
1 stars 3 forks source link

feat: Parse first version of request schema #6

Closed kriogenia closed 7 months ago

kriogenia commented 7 months ago

Prepares the first version of the parser crate. In this version the parser is capable of parsing into a Request a TOML file with the url, method, http_version, headers, path_params, query_params, metadata and the most basic body types.