Skip to content

Releases: kingwang666/OkHttpParamsGet

Release list

2.0.1

Choose a tag to compare

@kingwang666 kingwang666 released this 17 Dec 09:24

fix not auto import when fields is empty

2.0.0

Choose a tag to compare

@kingwang666 kingwang666 released this 13 Dec 06:45
  1. Replaced @PostFiles by @postfile. OkHttpParamsGet can identify the type of request, supporting list,array and map
  2. Add @ParamName. Support custom param name
  3. Now @postfile support java.io.File. And support custom key
  4. Settings added the switch between HashMap and ArrayMap