You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boxr uses HTTPClient under the hood, so you can use all the features of HTTPClient's proxy support.
142
+
See https://www.rubydoc.info/gems/httpclient/HTTPClient#proxy=-instance_method for more details.
143
+
135
144
### NOTE: Using HTTP mocking libraries for testing
136
145
When using HTTP mocking libraries for testing, you may need to set Boxr::BOX_CLIENT to a fresh instance of HTTPClient in your test setup after loading the HTTP mocking library. For example, when using WebMock with RSpec you might could add the following to your RSpec configuration:
0 commit comments