](d d dl mZ d dlZd dlZd dlZddlmZ ddZd Z dd d
Z
e
d ed d D d
Z
d ZeZ G d de ZdS ) )absolute_importN )sixapplication/octet-streamc B | rt j | d p|S |S )z
Guess the "Content-Type" of a file.
:param filename:
The filename to guess the "Content-Type" of using :mod:`mimetypes`.
:param default:
If no "Content-Type" can be guessed, default to `default`.
r ) mimetypes
guess_type)filenamedefaults /builddir/build/BUILDROOT/alt-python311-pip-21.3.1-4.el9.x86_64/opt/alt/python311/lib/python3.11/site-packages/pip/_vendor/urllib3/fields.pyguess_content_typer
s, <#H--a0;G;N c t t j r d t fddD s7| dd} | d |S # t t f$ r Y nw xY wt j r d t j
d | dt j r d S )a!
Helper function to format and quote a single header parameter using the
strategy defined in RFC 2231.
Particularly useful for header parameters which might contain
non-ASCII values, like file names. This follows
`RFC 2388 Section 4.4