Revision control
Copy as Markdown
Other Tools
//! This is a simple example to demonstrate the usage of this library.
fn main() -> Result<(), minreq::Error> {
println!("{}", response.as_str()?);
Ok(())
}
//! This is a simple example to demonstrate the usage of this library.
fn main() -> Result<(), minreq::Error> {
println!("{}", response.as_str()?);
Ok(())
}