Method: HTTP::Request#include_proxy_authorization_header
- Defined in:
- lib/http/request.rb
#include_proxy_authorization_header ⇒ Object
Compute and add the Proxy-Authorization header
129 130 131 |
# File 'lib/http/request.rb', line 129 def headers[Headers::PROXY_AUTHORIZATION] = end |