Index: httparchive.py |
diff --git a/httparchive.py b/httparchive.py |
index bad439ae8467b85fbabf3ac0a8a341c704323f0f..ac4d64d58a02fb72027eedf0d7d34fc16e3c226d 100755 |
--- a/httparchive.py |
+++ b/httparchive.py |
@@ -57,7 +57,10 @@ class HttpArchiveException(Exception): |
class HttpArchive(dict, persistentmixin.PersistentMixin): |
"""Dict with ArchivedHttpRequest keys and ArchivedHttpResponse values. |
- PersistentMixin adds CreateNew(filename), Load(filename), and Persist(). |
+ PersistentMixin adds the following methods: |
+ AssertWritable(filename) |
+ Load(filename) |
+ Persist(filename) |
Attributes: |
server_rtt: dict of {hostname, server rtt in milliseconds} |