Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Unified Diff: httparchive.py

Issue 10829202: Add --append option to replay.py. (Closed) Base URL: https://web-page-replay.googlecode.com/svn/trunk
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | replay.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}
« no previous file with comments | « no previous file | replay.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698