form icon indicating copy to clipboard operation
form copied to clipboard

Add support for post json body (fix #545)

Open zhangciwu opened this issue 5 years ago • 2 comments

Add support for post json body

Not enough time for adding unit test, @kevindb if you have time, you may add a few

zhangciwu avatar Sep 19 '18 17:09 zhangciwu

This PR needs unit tests to test the added functionality before it can be accepted.

kevindb avatar Mar 17 '19 04:03 kevindb

Added one unit test, for data check. (Fix a bug during this, UT is so important)

But multi input with same name now will only preserve the last one's value (Json can not have two same key) Maybe add a option later to handle it to a array

zhangciwu avatar Mar 23 '19 08:03 zhangciwu