Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
aiohttp
/
__pycache__
[ HOME ]
Exec
Submit
http_exceptions.cpython-311.pyc
� � h� � �j � d Z ddlmZ ddlmZmZ ddlmZ dZ G d� de � � Z G d � d e � � Z G d� de� � Z G d � de� � Z G d� de � � Z G d� de � � Z G d� de � � Z G d� de� � Z G d� de� � Z G d� de� � Z G d� de� � ZdS )z"Low-level http related exceptions.� )�indent)�Optional�Union� )�_CIMultiDict)�HttpProcessingErrorc �p � e Zd ZdZdZdZdZdddd�dee de dee d dfd �Zd e fd�Zd e fd�Z dS ) r z�HTTP error. Shortcut for raising HTTP errors with custom code, message and headers. code: HTTP Error code. message: (optional) Error message. headers: (optional) Headers to be sent in response, a list of pairs r � N)�code�message�headersr r r �returnc �4 � |�|| _ || _ || _ d S )N)r r r )�selfr r r s �N/opt/cloudlinux/venv/lib64/python3.11/site-packages/aiohttp/http_exceptions.py�__init__zHttpProcessingError.__init__ s# � � ���D�I��������� c �D � t | j d� � }| j � d|� �S )Nz z, message: )r r r )r �msgs r �__str__zHttpProcessingError.__str__&