403Webshell
Server IP : 178.105.222.151  /  Your IP : 216.73.216.38
Web Server : nginx/1.28.3
System : Linux MNK 7.0.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Wed Apr 22 16:06:43 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.5.4
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /proc/self/root/lib/python3.14/email/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/lib/python3.14/email/__pycache__/headerregistry.cpython-314.pyc
+
��3j�R��N�Rt^RIHt^RIHt^RIHt^RIHt!RR4t!RR4t	!R	R
]
4tRt!RR
4t
!RR]
4t!RR4t!RR]4t!RR4t!RR]4t!RR]4t!RR]4t!RR4t!RR4t!R R!]4t!R"R#]4t!R$R%4t!R&R'4t!R(R)4t/R*]bR+]bR,]bR-]bR.]bR/]bR0]bR1]bR2]bR3]bR4]bR5]bR6]bR7]bR8]bR9]bR:]bR;]R<]R=]R>]R?]/Ct!R@RA4tRB#)Cz�Representing and manipulating email headers via custom objects.

This module provides an implementation of the HeaderRegistry API.
The implementation is designed to flexibly follow RFC5322 rules.
)�MappingProxyType)�utils)�errors)�_header_value_parserc�|a�]tRt^toRRlt]R4t]R4t]R4t]R4t	Rt
RtR	tR
t
VtR#)�AddressNc	���RP\RWW4344pRV9gRV9d\R4hVe�V'g	V'd\R4h\P
!V4wrgV'd\RP
Wd44hVP'dVP^,hVPpVPpWn
W nW0nR#)a�Create an object representing a full email address.

An address can have a 'display_name', a 'username', and a 'domain'.  In
addition to specifying the username and domain separately, they may be
specified together by using the addr_spec keyword *instead of* the
username and domain keywords.  If an addr_spec string is specified it
must be properly quoted according to RFC 5322 rules; an error will be
raised if it is not.

An Address object has display_name, username, domain, and addr_spec
attributes, all of which are read-only.  The addr_spec and the string
value of the object are both quoted according to RFC5322 rules, but
without any Content Transfer Encoding.

�N�
�
z8invalid arguments; address parts cannot contain CR or LFz=addrspec specified when username and/or domain also specifiedz6Invalid addr_spec; only '{}' could be parsed from '{}')
�join�filter�
ValueError�	TypeError�parser�
get_addr_spec�format�all_defects�
local_part�domain�
_display_name�	_username�_domain)�self�display_name�usernamer�	addr_spec�inputs�a_s�rests&&&&&   �+/usr/lib/python3.14/email/headerregistry.py�__init__�Address.__init__s���"�����|�v�&Q�R�S���6�>�T�V�^��W�X�X�� ��6��!8�9�9��,�,�Y�7�I�C�� �"=�=C�V�$'�>4�5�5������o�o�a�(�(��~�~�H��Z�Z�F�)��!����c��VP#�N�r�rs&r r�Address.display_name8����!�!�!r#c��VP#r%)rr's&r r�Address.username<����~�~�r#c��VP#r%)rr's&r r�Address.domain@����|�|�r#c��VPp\PPV4'g\P!V4pVP
'dVR,VP
,#V'gR#V#)z�The addr_spec (username@domain) portion of the address, quoted
according to RFC 5322 rules, but with no Content Transfer Encoding.
�@�<>)rr�
DOT_ATOM_ENDS�
isdisjoint�quote_stringr)r�lps& r r�Address.addr_specDs[��
�]�]���#�#�.�.�r�2�2��$�$�R�(�B��;�;�;���8�d�k�k�)�)����	r#c��RPVPPVPVPVP
4#)z1{}(display_name={!r}, username={!r}, domain={!r}))r�	__class__�__name__rrrr's&r �__repr__�Address.__repr__Rs9��B�I�I����/�/��)�)�4�=�=�$�+�+�G�	Gr#c��VPp\PPV4'g\P!V4pV'd1VP
R8XdRMVP
pRP
W4#VP
#)r2r	z{} <{}>)rr�SPECIALSr4r5rr)r�disprs&  r �__str__�Address.__str__Wsf��� � �����)�)�$�/�/��&�&�t�,�D��"�n�n�d�2�����I��#�#�D�4�4��~�~�r#c���\V\4'g\#VPVP8H;'d;VPVP8H;'dVP
VP
8H#r%)�
isinstancer�NotImplementedrrr�r�others&&r �__eq__�Address.__eq__`sb���%��)�)�!�!��!�!�U�%7�%7�7�,�,��
�
����/�,�,����u�|�|�+�	-r#)rrr)r	r	r	N)r:�
__module__�__qualname__�__firstlineno__r!�propertyrrrrr;r@rG�__static_attributes__�__classdictcell__��
__classdict__s@r rrsp����(�T�"��"�������������G�
�-�-r#rc�\a�]tRt^htoR	Rlt]R4t]R4tRtRt	Rt
RtVtR#)
�GroupNc�d�WnV'd\V4VnR#\4VnR#)a�Create an object representing an address group.

An address group consists of a display_name followed by colon and a
list of addresses (see Address) terminated by a semi-colon.  The Group
is created by specifying a display_name and a possibly empty list of
Address objects.  A Group can also be used to represent a single
address that is not in a group, which is convenient when manipulating
lists that are a combination of Groups and individual Addresses.  In
this case the display_name should be set to None.  In particular, the
string representation of a Group whose display_name is None is the same
as the Address object, if there is one and only one Address object in
the addresses list.

N)r�tuple�
_addresses)rr�	addressess&&&r r!�Group.__init__js ��*��.7�%�	�*���U�W��r#c��VP#r%r&r's&r r�Group.display_name|r)r#c��VP#r%)rUr's&r rV�Group.addresses�s�����r#c�x�RPVPPVPVP4#)z${}(display_name={!r}, addresses={!r})rr9r:rrVr's&r r;�Group.__repr__�s1��5�<�<����(�(��"�"�D�N�N�4�	4r#c��VPf7\VP4^8Xd\VP^,4#VPpVe<\P
P
V4'g\P!V4pRPRVP44pV'd
RV,MTpRPW4#)N�, c3�8"�TFp\V4x�K	R#5ir%)�str)�.0�xs& r �	<genexpr>� Group.__str__.<locals>.<genexpr>�s���:�>�a�3�q�6�6�>�s�� z{}:{};)
r�lenrVrarr>r4r5rr)rr?�adrstrs&  r r@�
Group.__str__�s������$��T�^�^�)<�a�)?��t�~�~�a�(�)�)�� � ����F�O�O�$>�$>�t�$D�$D��&�&�t�,�D����:�4�>�>�:�:��!'��v��V�����t�,�,r#c��\V\4'g\#VPVP8H;'dVPVP8H#r%)rCrRrDrrVrEs&&r rG�Group.__eq__�sH���%��'�'�!�!��!�!�U�%7�%7�7�2�2����%�/�/�1�	3r#)rUr)NN)
r:rIrJrKr!rLrrVr;r@rGrMrNrOs@r rRrRhsG����E�$�"��"�����4�
-�3�3r#rRc�la�]tRt^�toRtRtRt]R4t]R4t	Rt
]R4tRt
R	tVtR
#)�
BaseHeaderaBase class for message headers.

Implements generic behavior and provides tools for subclasses.

A subclass must define a classmethod named 'parse' that takes an unfolded
value string and a dictionary as its arguments.  The dictionary will
contain one key, 'defects', initialized to an empty list.  After the call
the dictionary must contain two additional keys: parse_tree, set to the
parse tree obtained from parsing the header, and 'decoded', set to the
string value of the idealized representation of the data from the value.
(That is, encoded words are decoded, and values that have canonical
representations are so represented.)

The defects key is intended to collect parsing defects, which the message
parser will subsequently dispose of as appropriate.  The parser should not,
insofar as practical, raise any errors.  Defects should be added to the
list instead.  The standard header parsers register defects for RFC
compliance issues, for obsolete RFC syntax, and for unrecoverable parsing
errors.

The parse method may add additional keys to the dictionary.  In this case
the subclass must define an 'init' method, which will be passed the
dictionary as its keyword arguments.  The method should use (usually by
setting them as the value of similarly named attributes) and remove all the
extra keys added by its parse method, and then use super to call its parent
class with the remaining arguments and keywords.

The subclass should also make sure that a 'max_count' attribute is defined
that is either None or 1. XXX: need to better define this API.

c��R./pVPW#4\P!VR,4'd!\P!VR,4VR&\PWR,4pVRVP!V3/VBV#)�defects�decoded)�parser�_has_surrogates�	_sanitizera�__new__�init)�cls�name�value�kwdsrs&&&  r rt�BaseHeader.__new__�sq���2����	�	�%��� � ��i��1�1�#�o�o�d�9�o�>�D��O��{�{�3�Y��0����O��	�	�$��$���r#c�*�WnW nW0nR#r%)�_name�_parse_tree�_defects)rrw�
parse_treeros&&$$r ru�BaseHeader.init�s���
�%���
r#c��VP#r%)r|r's&r rw�BaseHeader.name�s���z�z�r#c�,�\VP4#r%)rTr~r's&r ro�BaseHeader.defects�s���T�]�]�#�#r#c��\VPPVPP\	V43VP43#r%)�_reconstruct_headerr9r:�	__bases__ra�__getstate__r's&r �
__reduce__�BaseHeader.__reduce__�sC������'�'����(�(��D�	�
�

����!�	!r#c�,�\PW4#r%)rart)rvrxs&&r �_reconstruct�BaseHeader._reconstruct�s���{�{�3�&�&r#c	��\P!\P!\P!VPR4\P!RR4.4.4pVP
'd<VP
\P!\P!RR4.44VP
VP
4VPVR7#)a$Fold header according to policy.

The parsed representation of the header is folded according to
RFC5322 rules, as modified by the policy.  If the parse tree
contains surrogateescaped bytes, the bytes are CTE encoded using
the charset 'unknown-8bit".

Any non-ASCII characters in the parse tree are CTE encoded using
charset utf-8. XXX: make this a policy setting.

The returned value is an ASCII-only string possibly containing linesep
characters, and ending with a linesep character.  The string includes
the header name and the ': ' separator.

zheader-name�:z
header-seprf�fws)�policy)
r�Header�HeaderLabel�
ValueTerminalrwr}�append�CFWSList�WhiteSpaceTerminal�fold)rr��headers&$ r r��BaseHeader.fold�s���"�������$�$�T�Y�Y�
�>��$�$�S�,�7� 9�
:� ���
�����M�M�����!:�!:�3��!F� G�H�
J��
�
�d�&�&�'��{�{�&�{�)�)r#)r~r|r}N)r:rIrJrK�__doc__rtrurLrwror��classmethodr�r�rMrNrOs@r rmrm�s`�����@� �
�����$��$�!��'��'�*�*r#rmc�8�\W/4PV4#r%)�typer�)�cls_name�basesrxs&&&r r�r�s�����$�1�1�%�8�8r#c�Xa�]tRtRtoRt]!]P4t]	R4t
RtVtR#)�UnstructuredHeaderiNc�X�VPV4VR&\VR,4VR&R#)rrpN)�value_parserra�rvrxrys&&&r rq�UnstructuredHeader.parse	s*�� �-�-�e�4��\���d�<�0�1��Y�r#�)
r:rIrJrK�	max_count�staticmethodr�get_unstructuredr�r�rqrMrNrOs@r r�r�s,�����I��� 7� 7�8�L��2��2r#r�c��]tRtRt^tRtR#)�UniqueUnstructuredHeaderir�N�r:rIrJrKr�rMr�r#r r�r�����Ir#r�c�~aa�]tRtRtoRtRt]!]P4t	]
R4tV3Rlt]
R4tRtVtV;t#)�
DateHeaderiayHeader whose value consists of a single timestamp.

Provides an additional attribute, datetime, which is either an aware
datetime using a timezone, or a naive datetime if the timezone
in the input string is -0000.  Also accepts a datetime as input.
The 'value' attribute is the normalized form of the timestamp,
which means it is the output of format_datetime on the datetime.
Nc�J�V'gPVR,P\P!44RVR&RVR&\P!4VR&R#\V\4'dWR&\P!V4pWR&\P!VR,4VR&VPVR,4VR&R# \dNTR,P\P!R44RTR&\P!4TR&R#i;i)roN�datetimer	rprzInvalid date value or format)
r�r�HeaderMissingRequiredValuer�	TokenListrCrar�parsedate_to_datetimer�InvalidDateDefect�format_datetimer�r�s&&&r rq�DateHeader.parse$s������O�"�"�6�#D�#D�#F�G�#�D��� �D��O�!'�!1�!1�!3�D�����e�S�!�!�#��O�
��3�3�E�:��!�Z���/�/��Z�0@�A��Y�� �-�-�d�9�o�>��\����
��Y��&�&�v�'?�'?�@^�'_�`�#'��Z� �%+�%5�%5�%7��\�"��	
�s�3C
�
AD"�!D"c�T<�VPR4Vn\SV`!V/VBR#)r�N)�pop�	_datetime�superru�r�args�kwr9s&*,�r ru�DateHeader.init9s$������
�+���
���d�!�b�!r#c��VP#r%�r�r's&r r��DateHeader.datetime=r,r#r�)r:rIrJrKr�r�r�rr�r�r�rqrurLr�rMrN�
__classcell__�r9rPs@@r r�r�sS������I� �� 7� 7�8�L��?��?�("�����r#r�c��]tRtRt^tRtR#)�UniqueDateHeaderiBr�Nr�r�r#r r�r�Br�r#r�c�vaa�]tRtRtoRt]R4t]R4tV3Rlt	]
R4t]
R4tRt
VtV;t#)	�
AddressHeaderiGNc�T�\P!V4wrV'dQR4hV#)zthis should not happen)r�get_address_list)rx�address_lists& r r��AddressHeader.value_parserKs)��$�5�5�e�<����2�2�2�y��r#c��\V\4'd�VPV4;VR&p.pVPF�pTP	\VPVPUu.uFLp\VP;'gRVP;'gRVP;'gR4NKN	up44K�	\VP4pMG\VR4'gV.pVUu.uF$p\VR4'g\RV.4MTNK&	pp.pWBR&WrR&RPVUu.uFp\V4NK	up4VR&RV9dVPVR,4VR&R#R#uupiuupiuupi)	rr	�__iter__rVN�groupsror_rp)rCrar�rVr�rRr�
all_mailboxesrrr�listr�hasattrr)	rvrxryr�r��addr�mbro�items	&&&      r rq�AddressHeader.parseQs����e�S�!�!�14�0@�0@��0G�G�D�����F�$�.�.���
�
�e�D�$5�$5�04�/A�/A�%C�0B��&-�R�_�_�-B�-B��-/�]�]�-@�-@�b�-/�Y�Y�_�_�"�&>�0B�%C�D�E�/��<�3�3�4�G��5�*�-�-����16�7�05��29��{�1K�1K�e�D�4�&�)�/3�4�05�
�7��G��X��!�Y���)�)�6�$B�6�4�S��Y�6�$B�C��Y���t�#�!$�!1�!1�$�y�/�!B�D���$��!%C��7��%Cs$�'F�F�F�.F�7*F�<F
c�t<�\VPR44VnRVn\SV`!V/VBR#)r�N)rTr��_groupsrUr�rur�s&*,�r ru�AddressHeader.initms0����R�V�V�H�-�.������
���d�!�b�!r#c��VP#r%)r�r's&r r��AddressHeader.groupsrr/r#c��VPfF\;QJd.RVP4FNK	5M!RVP44VnVP#)Nc3�L"�TFpVPFpVx�K		K	R#5ir%)rV)rb�group�addresss&  r rd�*AddressHeader.addresses.<locals>.<genexpr>ys'���$L���;@�?�?��%,�;J�%,��s�"$)rUrTr�r's&r rV�AddressHeader.addressesvsM���?�?�"�#�e�$L����$L�e�e�$L����$L�L�D�O����r#)rUr�)r:rIrJrKr�r�r�r�rqrurLr�rVrMrNr�r�s@@r r�r�Gsd�����I�����
�C��C�6"�
��������r#r�c��]tRtRt^tRtR#)�UniqueAddressHeaderi~r�Nr�r�r#r r�r�~r�r#r�c�0a�]tRtRto]R4tRtVtR#)�SingleAddressHeaderi�c��\VP4^8wd%\RPVP44hVP^,#)�z9value of single address header {} is not a single address)rgrVrrrwr's&r r��SingleAddressHeader.address�sB���t�~�~���!��#�$*�F�4�9�9�$5�7�
7��~�~�a� � r#r�N)r:rIrJrKrLr�rMrNrOs@r r�r��s����
�!��!r#r�c��]tRtRt^tRtR#)�UniqueSingleAddressHeaderi�r�Nr�r�r#r r�r��r�r#r�c�aa�]tRtRto^t]!]P4t]	R4t
V3Rlt]R4t
]R4t]R4tRtVtV;t#)�MIMEVersionHeaderi�c�^�VPV4;VR&p\V4VR&VR,PVP4VPfRMVP
VR&VPVR&VPe&RP
VR,VR,4VR&R#RVR&R#)rrproN�major�minorz{}.{}�version)r�ra�extendrr�r�r�rvrxryrs&&& r rq�MIMEVersionHeader.parse�s���*-�*:�*:�5�*A�A��\��Z��j�/��Y���Y����z�5�5�6� *� 0� 0� 8��j�>N�>N��W�
�"�(�(��W�
����'�%�n�n�T�'�]�D��M�J�D��O�"�D��Or#c�<�VPR4VnVPR4VnVPR4Vn\SV`!V/VBR#)r�r�r�N)r��_version�_major�_minorr�rur�s&*,�r ru�MIMEVersionHeader.init�sB������y�)��
��f�f�W�o����f�f�W�o���
���d�!�b�!r#c��VP#r%)r�r's&r r��MIMEVersionHeader.major�����{�{�r#c��VP#r%)r�r's&r r��MIMEVersionHeader.minor�r�r#c��VP#r%)r�r's&r r��MIMEVersionHeader.version�����}�}�r#)r�r�r�)r:rIrJrKr�r�r�parse_mime_versionr�r�rqrurLr�r�r�rMrNr�r�s@@r r�r��sr�����I��� 9� 9�:�L��	#��	#�"�������������r#r�c�Vaa�]tRtRto^t]R4tV3Rlt]R4t	Rt
VtV;t#)�ParameterizedMIMEHeaderi�c�|�VPV4;VR&p\V4VR&VR,PVP4VPf/VR&R#VPUUu/uF>wrA\
P!V4P4\
P!V4bK@	uppVR&R#uuppi)rrproN�params)r�rar�rrrrs�lower)rvrxryrrws&&&  r rq�ParameterizedMIMEHeader.parse�s���*-�*:�*:�5�*A�A��\��Z��j�/��Y���Y����z�5�5�6����$��D��N�
3=�2C�2C�E�2C�;�4�$�o�o�d�3�9�9�;�$)�O�O�E�$:�;�2C�E�D��N��Es�+AB8c�T<�VPR4Vn\SV`!V/VBR#)rN)r��_paramsr�rur�s&*,�r ru�ParameterizedMIMEHeader.init�s$����v�v�h�'���
���d�!�b�!r#c�,�\VP4#r%)rr
r's&r r�ParameterizedMIMEHeader.params�s������-�-r#)r
)
r:rIrJrKr�r�rqrurLrrMrNr�r�s@@r rr�s>����
�I��
E��
E�"��.��.�.r#rc�aa�]tRtRto]!]P4tV3Rlt]	R4t
]	R4t]	R4tRt
VtV;t#)�ContentTypeHeaderi�c��<�\SV`!V/VB\P!VPP
4Vn\P!VPP4VnR#r%)	r�rurrsr}�maintype�	_maintype�subtype�_subtyper�s&*,�r ru�ContentTypeHeader.init�sL���
���d�!�b�!�����)9�)9�)B�)B�C�������(8�(8�(@�(@�A��
r#c��VP#r%)rr's&r r�ContentTypeHeader.maintype�r,r#c��VP#r%)rr's&r r�ContentTypeHeader.subtype�rr#c�J�VPR,VP,#)�/)rrr's&r �content_type�ContentTypeHeader.content_type�s���}�}�s�"�T�\�\�1�1r#)rr)r:rIrJrKr�r�parse_content_type_headerr�rurLrrrrMrNr�r�s@@r rr�s\������ @� @�A�L�B�
���������2��2�2r#rc�faa�]tRtRto]!]P4tV3Rlt]	R4t
RtVtV;t
#)�ContentDispositionHeaderi�c�<�\SV`!V/VBVPPpVf	W0nR#\P
!V4VnR#r%)r�rur}�content_dispositionrrs�_content_disposition)rr�r��cdr9s&*, �r ru�ContentDispositionHeader.init�s?���
���d�!�b�!�
�
�
�
1�
1��*,�*�B�!�%�/�/�"�:M��!r#c��VP#r%�r#r's&r r"�,ContentDispositionHeader.content_disposition�s���(�(�(r#r')r:rIrJrKr�r� parse_content_disposition_headerr�rurLr"rMrNr�r�s@@r r r �s4������ G� G�H�L�N�
�)��)�)r#r c�zaa�]tRtRto^t]!]P4t]	R4t
V3Rlt]R4t
RtVtV;t#)�ContentTransferEncodingHeaderi�c��VPV4;VR&p\V4VR&VR,PVP4R#�rrproN�r�rar�rr�s&&& r rq�#ContentTransferEncodingHeader.parse��A��*-�*:�*:�5�*A�A��\��Z��j�/��Y���Y����z�5�5�6r#c�<�\SV`!V/VB\P!VPP
4VnR#r%)r�rurrsr}�cte�_cter�s&*,�r ru�"ContentTransferEncodingHeader.inits0���
���d�!�b�!��O�O�D�$4�$4�$8�$8�9��	r#c��VP#r%�r3r's&r r2�!ContentTransferEncodingHeader.ctes���y�y�r#r6)r:rIrJrKr�r�r�&parse_content_transfer_encoding_headerr�r�rqrurLr2rMrNr�r�s@@r r+r+�sJ�����I��� M� M�N�L��7��7�
:�����r#r+c�Xa�]tRtRto^t]!]P4t]	R4t
RtVtR#)�MessageIDHeaderi
c��VPV4;VR&p\V4VR&VR,PVP4R#r-r.r�s&&& r rq�MessageIDHeader.parser0r#r�N)
r:rIrJrKr�r�r�parse_message_idr�r�rqrMrNrOs@r r:r:
s,�����I��� 7� 7�8�L��7��7r#r:c�Xa�]tRtRto^t]!]P4t]	R4t
RtVtR#)�ReferencesHeaderic��VPV4;VR&p\V4VR&VR,PVP4R#r-r.r�s&&& r rq�ReferencesHeader.parser0r#r�N)
r:rIrJrKr�r�r�parse_message_idsr�r�rqrMrNrOs@r r?r?s,�����I��� 8� 8�9�L��7��7r#r?�subject�datezresent-datez	orig-date�senderz
resent-sender�toz	resent-to�ccz	resent-cc�bccz
resent-bcc�fromzresent-fromzreply-tozmime-versionzcontent-typezcontent-dispositionzcontent-transfer-encodingz
message-idzin-reply-to�
referencesc�Fa�]tRtRtoRt]]R3RltRtRt	Rt
RtVtR	#)
�HeaderRegistryi@z%A header_factory and header registry.Tc�~�/VnWnW nV'd"VPP\4R#R#)a�Create a header_factory that works with the Policy API.

base_class is the class that will be the last class in the created
header class's __bases__ list.  default_class is the class that will be
used if "name" (see __call__) does not appear in the registry.
use_default_map controls whether or not the default mapping of names to
specialized classes is copied in to the registry when the factory is
created.  The default is True.

N)�registry�
base_class�
default_class�update�_default_header_map)rrOrP�use_default_maps&&&&r r!�HeaderRegistry.__init__Ds1����
�$��*����M�M� � �!4�5�r#c�>�W PVP4&R#)zLRegister cls as the specialized class for handling "name" headers.

        N)rNr�rrwrvs&&&r �map_to_type�HeaderRegistry.map_to_typeVs��'*�
�
�d�j�j�l�#r#c��VPPVP4VP4p\	RVP
,W P3/4#)�_)rN�getrrPr�r:rOrVs&& r �__getitem__�HeaderRegistry.__getitem__\sC���m�m����
�
��d�.@�.@�A���C����$�s�O�O�&<�b�A�Ar#c��W,!W4#)aSCreate a header instance for header 'name' from 'value'.

Creates a header instance by creating a specialized class for parsing
and representing the specified header by combining the factory
base_class with a specialized class from the registry or the
default_class, and passing the name and value to the constructed
class's constructor.

r�)rrwrxs&&&r �__call__�HeaderRegistry.__call__`s���z�$�&�&r#)rOrPrNN)
r:rIrJrKr�rmr�r!rWr\r_rMrNrOs@r rLrL@s+����/�",�<N�'+�6�$*�B�
'�
'r#rLN)r��typesr�emailrrrrrrRrarmr�r�r�r�r�r�r�r�r�r�rrr r+r:r?rRrLr�r#r �<module>rcs����
#���0�Y-�Y-�x/3�/3�ha*��a*�H9�2�2��1��
+�+�\�z��
4�4�n�-��
!�-�!�� 3��
"�"�J.�.�:2�/�2�,)�6�)���*	7�	7�	7�	7��
�$<��
�$4���J���$4�	�

�$=���$7�
�	�$7���M��	�$7���M��
�$7���M���$7���M���$7�� �$5�!�"�$5�#�$�$<��$A��O��$4��$4�-��2*'�*'r#

Youez - 2016 - github.com/yon3zu
LinuXploit