pub fn parse_form<T: DeserializeOwned>(
bytes: &Bytes,
) -> Result<T, FrameworkError>Expand description
Parse bytes as form-urlencoded into the target type
pub fn parse_form<T: DeserializeOwned>(
bytes: &Bytes,
) -> Result<T, FrameworkError>Parse bytes as form-urlencoded into the target type