|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /opt/alt-old/python27/lib/python2.7/site-packages/requests/ |
Upload File : |
� ��#Wc @ s d Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l m Z d d l m Z m Z d d l m Z d d l m Z m Z d d l m Z d Z d Z d � Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( s] requests.auth ~~~~~~~~~~~~~ This module contains the authentication handlers for Requests. i����N( t b64encodei ( t urlparset str( t extract_cookies_to_jar( t parse_dict_headert to_native_string( t codess! application/x-www-form-urlencodeds multipart/form-datac C s3 d t t d | | f j d � � j � � } | S( s Returns a Basic Auth string.s Basic s %s:%st latin1( R R t encodet strip( t usernamet passwordt authstr( ( s>