Method: HTTP::Request#include_proxy_authorization_header

Defined in:
lib/http/request.rb

#include_proxy_authorization_headerObject

Compute and add the Proxy-Authorization header



129
130
131
# File 'lib/http/request.rb', line 129

def include_proxy_authorization_header
  headers[Headers::PROXY_AUTHORIZATION] = proxy_authorization_header
end