class ActionDispatch::Request
def content_length
Experimental RBS support (using type sampling data from the type_fusion
project).
def content_length: () -> Integer
This signature was generated using 3 samples from 1 application.
def content_length super.to_i end