Extract headers from the current HTTP request if available.Never raises an exception, even if there is no active HTTP request (in which case
an empty dict is returned).By default, strips problematic headers like content-length that cause issues if forwarded to downstream clients.
If include_all is True, all headers are returned.