Skip to content

Releases: gh0stkey/HaE

HaE 2.0

10 Jun 15:27
Compare
Choose a tag to compare

HaE 2.0:

  1. UI重构:更加直观,支持分类标签添加、表头排序;
  2. 配置重构:由JSON格式文件转为YAML格式;
  3. 作用域细化:由支持请求报文、响应报文、所有报文变为支持请求报文、响应报文、所有报文、请求头、请求主体、响应头、响应主体;
  4. 配置可控:可以自定义配置不想要匹配的URI后缀名。

HaE 1.5.1

03 Dec 18:44
Compare
Choose a tag to compare

HaE 1.5.1 Update:

  1. Now you can customize HaE's regex engine: NFA/DFA, but the premise is that you need to test your regex is running ok under the engine you choose.

HaE 1.5

26 Nov 19:49
Compare
Choose a tag to compare

HaE 1.5:

  1. Rebuild code
  2. Add default filter
public static String excludeSuffix = "7z|aif|aifc|aiff|au|bmp|cmx|cod|css|doc|docx|gif|gz|ico|ief|jfif|jpe|jpeg|jpg|m3u|mid|mp2|mp3|mpa|mpe|mpeg|mpg|mpp|mpv2|otf|pbm|pdf|pgm|png|pnm|ppm|ra|ram|rar|ras|rgb|rmi|snd|svg|tar|tif|tiff|ttf|wav|woff|woff2|xbm|xpm|xwd|zip";
public static String[] excludeMIME = new String[] {"application/msword", "application/vnd.ms-project", "application/x-gzip", "application/x-tar", "application/zip", "audio/basic", "audio/mid", "audio/mpeg", "audio/x-aiff", "audio/x-mpegurl", "audio/x-pn-realaudio", "audio/x-wav", "image/bmp", "image/cis-cod", "image/gif", "image/ief", "image/jpeg", "image/png", "image/pipeg", "image/svg+xml", "image/tiff", "image/x-cmu-raster", "image/x-cmx", "image/x-icon", "image/x-portable-anymap", "image/x-portable-bitmap", "image/x-portable-graymap", "image/x-portable-pixmap", "image/x-rgb", "image/x-xbitmap", "image/x-xpixmap", "image/x-xwindowdump", "text/css", "video/mpeg", "video/mpeg", "application/font-woff"};

HaE 1.4.2

12 Nov 14:56
Compare
Choose a tag to compare

Update: Replace java.util.regex with jregex

HaE 1.4.1

11 Nov 16:00
Compare
Choose a tag to compare

Add Scope Column: any

HaE 1.4

10 Nov 19:15
Compare
Choose a tag to compare

Update: Support request messages

HaE 1.3

27 Oct 11:40
Compare
Choose a tag to compare

HaE 1.3
Update:

  1. Optimize speed

HaE 1.2

27 Oct 11:03
Compare
Choose a tag to compare

HaE 1.2
Update:

  1. Fiexd bug: isLoaded
  2. Update readme

HaE 1.1

05 Oct 16:12
Compare
Choose a tag to compare

HaE For Java - Jar File.
Version: 1.0
Fixed bug: #4 Thanks(@maybe-why-not)

HaE 1.0

14 Sep 08:48
Compare
Choose a tag to compare

HaE For Java - Jar File.
Version: 1.0