Dashboard
PHP:
8.3.33
OS:
Linux
User:
letter7
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
falcon
📤 Upload
📝 New File
📁 New Folder
Close
Editing: response_helpers.pyc
a [��f � @ sJ d Z ddlZddd�Zdd� Zdd� Zejr6d d � Zndd � Zdd � ZdS )z!Utilities for the Response class.� Nc sR | � � � � fdd�}�du r*� fdd�}n� �fdd�}� fdd�}t||||�S ) a� Create a header getter/setter. Args: name: Header name, e.g., "Content-Type" doc: Docstring for the property transform: Transformation function to use when setting the property. The value will be passed to the function, and the function should return the transformed value to use as the value of the header (default ``None``). c s&