+
    Qi                       a  0 t $ R t^ RIHt ^ RIHtHt ]'       d	   ^ RIHtH	t	  ! R R]
]]3,          4      t ! R R]4      tRtR	]R
&   RtR	]R&   R# )zN
Contains structures for representing header fields with associated metadata.
)annotations)TYPE_CHECKINGAny)Self	TypeAliasc                  .    ] tR t^tRtRtRtR R ltRtR# )HeaderTuplea  
A data structure that stores a single header field.

HTTP headers can be thought of as tuples of ``(field name, field value)``.
A single header block is a sequence of such tuples.

In HTTP/2, however, certain bits of additional information are required for
compressing these headers: in particular, whether the header field can be
safely added to the HPACK compression context.

This class stores a header that can be added to the compression context. In
all other ways it behaves exactly like a tuple.
Tc                    V ^8  d   QhRRRR/#    argsr   returnr    )formats   "a/Users/mitch_tango/dev/rabbit-r1-livekit/agent/.venv/lib/python3.14/site-packages/hpack/struct.py__annotate__HeaderTuple.__annotate__        ( (C (D (    c                	,    \         P                  W4      # Ntuple__new__clsr   s   &*r   r   HeaderTuple.__new__       }}S''r   r   N	__name__
__module____qualname____firstlineno____doc__	__slots__	indexabler   __static_attributes__r   r   r   r   r      s     II( (r   r   c                  .    ] tR t^#tRtRtRtR R ltRtR# )NeverIndexedHeaderTuplezq
A data structure that stores a single header field that cannot be added to
a HTTP/2 header compression context.
Fc                    V ^8  d   QhRRRR/# r
   r   )r   s   "r   r   $NeverIndexedHeaderTuple.__annotate__-   r   r   c                	,    \         P                  W4      # r   r   r   s   &*r   r   NeverIndexedHeaderTuple.__new__-   r   r   r   Nr   r   r   r   r(   r(   #   s    
 II( (r   r(   z;HeaderTuple | NeverIndexedHeaderTuple | tuple[bytes, bytes]r   HeaderzGHeaderTuple | NeverIndexedHeaderTuple | tuple[bytes | str, bytes | str]HeaderWeaklyTypedN)__conditional_annotations__r#   
__future__r   typingr   r   typing_extensionsr   r   r   bytesr   r(   r-   __annotations__r.   )r/   s   @r   <module>r5      sR    # %1(%u% (.(k ( R	 Qh 9 hr   