Fix small issues, improve error handling and documentation
This commit is contained in:
@@ -6,7 +6,7 @@ from urllib.parse import SplitResult
|
||||
class Message(ABC):
|
||||
version: str
|
||||
headers: Dict[str, str]
|
||||
raw: str
|
||||
raw: [str]
|
||||
body: bytes
|
||||
|
||||
def __init__(self, version: str, headers: Dict[str, str], raw=None, body: bytes = None):
|
||||
|
Reference in New Issue
Block a user