Skip to content

lycheeverse/geturl-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curl vs reqwest test

Usage

Test with reqwest

cargo run -- 'https://catboost.ai'

Test with curl

# Test with curl
cargo run --no-default-features --features curl -- 'https://catboost.ai'

Test with reqwest-impersonate

cargo run --no-default-features --features reqwest_impersonate -- 'https://catboost.ai'

Credits

Based on https://github.com/4JX/reqwest-impersonate

About

Test various issues with different Rust HTTP clients

Resources

Stars

Watchers

Forks

Languages