Closed kriogenia closed 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.
parser
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.