DMTF / python-redfish-library

Python3 library for interacting with devices that support a Redfish service
Other
166 stars 178 forks source link

can the redfish GET/PUT/POST/DELETE/HEAD method have a timeout option to send a request with a specific timeout #147

Closed PeterKchen2 closed 1 year ago

PeterKchen2 commented 1 year ago

can the redfish GET/PUT/POST/DELETE/HEAD method have a timeout option to send a request with a specific timeout

PeterKchen2 commented 1 year ago

if POST request with a large body, for example, 64M to 128M, what timeout to set for the POST request is recommended

PeterKchen2 commented 1 year ago

redfish MultipartHttpPushUri must handle this case (firmware image may be 64M to 128M)