curl-rust icon indicating copy to clipboard operation
curl-rust copied to clipboard

add impersonate-chrome and impersonate-ff features (#482)

Open selfisekai opened this issue 1 year ago • 0 comments

initial support for curl-impersonate. allows linking with system-provided libcurl-impersonate-chrome or libcurl-impersonate-ff instead of libcurl. doesn't allow to choose the impersonation target within the code (see #482 for further goals), but the CURL_IMPERSONATE env variable passed to the binary is respected by the library.

selfisekai avatar Dec 19 '22 11:12 selfisekai