Home | History | Annotate | Download | only in testserver

Lines Matching refs:headers_path

963     headers_path = file_path + '.mock-http-headers'
964 if os.path.isfile(headers_path):
965 f = open(headers_path, "r")