DMTF / Redfishtool

A Python34 program that implements a command line tool for accessing the Redfish API.
Other
224 stars 68 forks source link

Add --no-proxy option #91

Closed billdodd closed 3 years ago

billdodd commented 3 years ago

Uses os.environ approach for simplicity. Adding additional options to the requests.* calls would be more invasive and complicated.

Fixes #90

mraineri commented 3 years ago

Approved 1/29