Skip to content
  1. Aug 20, 2023
  2. Jun 05, 2021
  3. Mar 24, 2021
  4. Feb 26, 2021
  5. Nov 17, 2020
    • Florent Viard's avatar
      tools/har-to-old: Fixes typo in extracted file names ".response.txt" · 478a7cd0
      Florent Viard authored and hydrargyrum's avatar hydrargyrum committed
      For a given web request, there use to be 2 metadata files generated:
      
          001-200-3-request.txt
          001-200-3-response.txt
      
      But, there is a typo in the code, and instead the generated files are:
      
          001-200-3-request.txt
          001-200-3.response.txt
      
      This change fixes the typo to get back the original behavior.
      478a7cd0
    • Florent Viard's avatar
      tools/har-to-old: Replace the "prefix" argument with an optional "destdir" · 7ef2fa3e
      Florent Viard authored and hydrargyrum's avatar hydrargyrum committed
      The previous syntax for har-to-old was:
      
          usage: har-to-old.py [-h] file prefix
      
      Change it to:
      
          usage: har-to-old.py [-h] file [destdir]
      
      - prefix renamed in destdir, as it was not really a prefix but the
      name(/path) to the destination folder for extracted files
      - automatically create the destdir folder if it does not exist
      - if destdir is not provided, use the file name without extension
      7ef2fa3e
  6. Sep 23, 2020