Skip to content

0.9.6

Compare
Choose a tag to compare
@buger buger released this 09 Jul 13:58
· 845 commits to master since this release
  • New faster HTTP client #160.
  • Filtering and rewriting support extended to all output plugins #160
  • Fixed requests with Expect: 100-continue #158
  • Added request param filtering/limiting, see --html-set-param and --html-param-limiter #165
  • Added option to disallow certain url patterns --http-disallow-url #165
  • You now can specify multiple --http-allow-url and --http-disallow-url filters #165
  • Use percent based numbers for header/param limiters, instead of fractions (old syntax supported) #165
  • header/param limiters should not reject urls if param/header not found. To mimic this functionality use second --http-allow-header filter. #165
  • Improved flag names, made it more consistent and predictable. Old ones also supported but deprecated. #165
  • Improved handling of HTTP1.0 and proxy support #163
  • Changed internal TCP data format #164
  • Better code organization #165