instance method
sending?
Ruby on Rails 8.0.4
Since v4.1.16Signature
sending?()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 256
def sending?; synchronize { @sending }; end
Defined in actionpack/lib/action_dispatch/http/response.rb line 256
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response