Home | History | Annotate | Download | only in web-page-replay

Lines Matching refs:strip

209     response_etag = response_etag.strip('" ')
211 etag = etag.strip('" ')
682 # TODO(tonyg): Strip sdch from the request headers because we can't
687 # Strip lzma so Opera's requests matches archives recorded using Chrome.
689 stripped_encodings = [e.strip() for e in accept_encoding.split(',')]