mirror of
https://github.com/foss42/apidash.git
synced 2025-05-24 09:46:45 +08:00
Padded response body print statement
This commit is contained in:
@ -74,7 +74,7 @@ fn main() {
|
||||
|
||||
let response_body = String::from_utf8_lossy(&data);
|
||||
|
||||
println!("Response body:{}", response_body);
|
||||
println!("Response body: {}", response_body);
|
||||
println!("Response code: {}", easy.response_code().unwrap());
|
||||
}""";
|
||||
|
||||
|
Reference in New Issue
Block a user