class ActionDispatch::Response

def get_header(key); headers[key]; end

Experimental RBS support (using type sampling data from the type_fusion project).

def get_header: (String key) -> untyped

This signature was generated using 1 sample from 1 application.

def get_header(key);    headers[key];       end