Selenium Wire v2.0.0 Release Notes

Release Date: 2020-07-14 // almost 4 years ago
    • Introduce the mitmproxy backend
    • ๐Ÿ‘Œ Support for modifying response headers
    • ๐Ÿ‘Œ Support for modifying request parameters and the query string
    • ๐Ÿ’ฅ Breaking API changes:
      • the request.path attribute now returns the path rather than the full URL. To retrieve the URL, use request.url.
      • empty request and response bodies are now returned as empty bytes b'' rather than None.