tests/testthat/_snaps/req-perform-connection.md

validates inputs

Code
  req_perform_connection(1)
Condition
  Error in `req_perform_connection()`:
  ! `req` must be an HTTP request object, not the number 1.
Code
  req_perform_connection(request_test(), 1)
Condition
  Error in `req_perform_connection()`:
  ! `blocking` must be `TRUE` or `FALSE`, not the number 1.


r-lib/httr2 documentation built on Jan. 11, 2025, 10:21 a.m.