以下のコードで、レスポンスヘッダーから`Content-Type`の情報を取得するための正しい書き方はどれですか? ```python response = requests.get("https://example.com") # ここでContent-Typeを取得 ```