-
-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Description
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)
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request