nealrichardson / httptest

A Test Environment for HTTP Requests in R
https://enpiar.com/r/httptest/
Other
79 stars 10 forks source link

Alignment of `find-redactor.R` and `find-requester.R` #80

Closed stephenashton-dhsc closed 1 year ago

stephenashton-dhsc commented 1 year ago

set_redactor and get_current_redactor are exported within find-redactor.R. set_requester is exported from find-requester.R, but get_current_requester is not.

Would it be possible to export get_current_requester so that the functionalities align?