local-ch / lhc

🚀 Advanced HTTP Client for Ruby. Fueled with interceptors.
GNU General Public License v3.0
43 stars 1 forks source link

Cover the case when there is a beaerer proc but no bearer token #208

Closed ryabrody closed 2 years ago

ryabrody commented 2 years ago

It seems that we have cases when there is a bearer proc but no bearer_token. So this PR is covering that case.