use deboa::TestResult;
#[compio::test]
async fn test_raw_body() -> TestResult<()> {
deboa_test_utils::base::response::test_raw_body().await
}
#[compio::test]
async fn test_text_body() -> TestResult<()> {
deboa_test_utils::base::response::test_text_body().await
}
#[compio::test]
async fn test_to_file() -> TestResult<()> {
deboa_test_utils::base::response::test_to_file().await
}