Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 3623f9d

Browse files
committed
Move emphasis away from compatibility.
1 parent 27b862b commit 3623f9d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

hyper/api.py renamed to hyper/httplib_compat.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
hyper/api
4-
~~~~~~~~~
3+
hyper/httplib_compat
4+
~~~~~~~~~~~~~~~~~~~~
55
66
This file defines the publicly-accessible API for hyper. This API also
77
constitutes the abstraction layer between HTTP/1.1 and HTTP/2.0.
8+
9+
This API doesn't currently work, and is a lower priority than the HTTP/2.0
10+
stack at this time.
811
"""
912
import socket
1013
try:

0 commit comments

Comments
 (0)