Centipede Changelog

What's new in Centipede 0.2.5

Feb 23, 2012
  • Separated query string params and form data
  • Form data in data key
  • Query string params in params key
  • Improved error handling for unpacking params (needs more work)

New in Centipede 0.2.4 (Feb 9, 2012)

  • Added urllib.unquote_plus for POST parameters.
  • Added params_raw key to environ in case urllib.unquote mess up your parameters.