mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 16:06:08 +00:00
Added proxy headers option for urllib3 (#2467)
* adding headers option to pass in rest client * running ensure uptodate
This commit is contained in:
committed by
William Cheng
parent
d839af5b1e
commit
ee75366051
@@ -98,6 +98,8 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
|
||||
|
||||
# Proxy URL
|
||||
self.proxy = None
|
||||
# Proxy headers
|
||||
self.proxy_headers = None
|
||||
# Safe chars for path_param
|
||||
self.safe_chars_for_path_param = ''
|
||||
# Adding retries to override urllib3 default value 3
|
||||
|
||||
Reference in New Issue
Block a user