werkzeug.BaseRequest.close

BaseRequest.close()[source]

Closes associated resources of this request object. This closes all file handles explicitly. You can also use the request object in a with statement which will automatically close it.

New in version 0.9.