method
sending_file?
v2.3.8 -
Show latest stable
- Class:
ActionController::Response
sending_file?()public
No documentation available.
# File actionpack/lib/action_controller/response.rb, line 129
def sending_file?
headers["Content-Transfer-Encoding"] == "binary"
end