You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The form.EncodeToValues interface used in the WithQueryObject function will escape the empty value in the query object into an empty string "", such as the number 0, or a length 0 of array/slice/map etc.
Please provide an option to turn off this feature when create httpexpect.Expect, (the form library can create an Encoder and then call KeepZeros(false) to disable this feature)
The text was updated successfully, but these errors were encountered:
The
form.EncodeToValues
interface used in theWithQueryObject
function will escape theempty value
in thequery object
into an empty string""
, such as the number0
, or a length 0 ofarray/slice/map
etc.Please provide an option to turn off this feature when create
httpexpect.Expect
, (theform
library can create anEncoder
and then callKeepZeros(false)
to disable this feature)The text was updated successfully, but these errors were encountered: