U
ʗRe! @ s d dl mZ d dlZd dlZd dlZddlmZ dddZdd Z d
ddZ
e
d
d ed dD dd Z
dd ZeZG dd deZdS ) )absolute_importN )sixapplication/octet-streamc C s | rt | 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)filenamedefault r
/builddir/build/BUILDROOT/alt-python38-pip-22.2.1-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/urllib3/fields.pyguess_content_type
s r c s t tjr d t fdddD sdd| f }z|d W n ttfk
r^ Y nX |S tjrt d t j
d d| f tjr 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