Skip to content
  1. Sep 09, 2020
  2. Aug 26, 2020
  3. Jul 12, 2020
  4. Apr 08, 2020
  5. Mar 05, 2020
  6. Dec 18, 2019
    • Lucas Ficheux's avatar
      [browser/pages] Allow passing custom headers in Form.submit() · d8020dd7
      Lucas Ficheux authored and hydrargyrum's avatar hydrargyrum committed
      Previously custom headers from Form.submit()'s kwargs weren't added
      to the request's headers.
      
      That's because the Form.request property already built a
      requests.Request object and Browser.build_request() down the line would
      not add any headers (except the referer) to an already built
      requests.Request object.
      
      So now the headers (if any are provided to Form.submit() as keyword
      arguments) are added in Form.request() to avoid modifying low
      level behaviour such as Browser.build_request().
      d8020dd7
  7. Nov 30, 2019
  8. Nov 20, 2019
  9. Oct 23, 2019
  10. Feb 24, 2019
  11. Nov 10, 2018
  12. Oct 09, 2018
  13. Jun 09, 2018
  14. May 05, 2018
  15. Mar 03, 2018
  16. Jan 14, 2018
  17. Dec 03, 2017
  18. Sep 21, 2017
  19. Aug 30, 2017
  20. Jul 08, 2017
  21. Jun 19, 2017
  22. Jan 28, 2017
  23. Jan 25, 2017
  24. Jan 21, 2017
  25. Dec 24, 2016
  26. Dec 14, 2016
  27. Dec 03, 2016
  28. Dec 02, 2016