swagger-api/swagger-codegen

is there an option to specify proxy in the request api?

開放

#6,120 建立於 2017年7月19日

 (3 則留言) (0 個反應) (0 位負責人)HTML (5,474 個分叉)batch import
Client: PythonEnhancement: FeatureGeneral: Questionhelp wanted

倉庫指標

星標
 (12,701 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Description

I'm looking for a way to specify proxy server address in the request api thru the api_client. for example i use below option to call the request api.

requests.get(url,headers=headers,proxies='proxy-wsa.esl.cico.com:80')

is there a similar option in the api_client to add this ?

Swagger-codegen version

2.2.2

-l python.

Steps to reproduce

happens when you'r host is behind a proxy server and you need to pass on the proxy server address

貢獻者指南