page: docs

This commit is contained in:
dece 2021-05-29 01:15:04 +02:00
parent 690879f558
commit 440f6357d8

View file

@ -19,6 +19,8 @@ class Page:
corresponding metalines, it is meant to be used as a quick map for link ID
lookup and disambiguation.
- title: optional page title.
- mime: optional MIME type received from the server.
- encoding: optional encoding received from the server.
"""
source: str
metalines: list = field(default_factory=list)