reference-headers.rst 387 B

1234567891011
  1. :py:attr:`headers`
  2. ==================
  3. A dictionary of all the :abbr:`HTTP (Hypertext Transfer Protocol)` headers
  4. received from the web server when retrieving the feed.
  5. .. tip::
  6. :py:attr:`headers` will only be present if the feed was retrieved from a web
  7. server. If the feed was parsed from a local file or from a string in memory,
  8. :py:attr:`headers` will not be present.