Home | History | Annotate | Download | only in webpagereplay

Lines Matching refs:edit

16 """View and edit HTTP Archives.
30 To edit a particular URL:
31 $ ./httparchive.py edit --host www.example.com --full_path /foo archive.wpr
324 def edit(self, command=None, host=None, full_path=None):
717 # CHUNK_EDIT_SEPARATOR is used to edit and view text content.
722 # DELAY_EDIT_SEPARATOR is used to edit and view server delays.
966 usage='%prog [ls|cat|edit|stats|merge] [options] replay_file(s)',
1013 elif command == 'edit':
1014 http_archive.edit(options.command, options.host, options.full_path)