@property
    def headers(self):
        headers = self._dict.get("headers", None)
        return {h["name"]: h["value"] for h in headers}