Snippet - Your Request Information 29th Jun 2022 request.headersをdictにしてテンプレートに渡し、for文でキーと値を取得・表示しています。 from flask import request headers = dict(request.headers) Back to the tool Tools Python, Flask