Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 784 Bytes

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 784 Bytes

Changelog

0.0.6

  • added method set_json in PostRequest class for overide json (raw data)

0.0.5

  • hotfix check for disabled headers

0.0.4

  • checking file existence in extractors.py/exctact_dict_from_files
  • added check for disabled headers

0.0.3

  • added support for formdata and files
  • added method set_files in PostRequest class for overide files
  • added method set_data in PostRequest class for overide text parameters
  • using https://httpbin.org for tests
  • updated readme

0.0.2

  • updated setup.py
  • fix forgotten debug print

0.0.1