Const
Built-in application/x-www-form-urlencoded content type handler.
application/x-www-form-urlencoded
Repeated fields are deserialized as arrays in insertion order: tag=a&tag=b becomes { tag: ['a', 'b'] }.
tag=a&tag=b
{ tag: ['a', 'b'] }
Built-in
application/x-www-form-urlencodedcontent type handler.Repeated fields are deserialized as arrays in insertion order:
tag=a&tag=bbecomes{ tag: ['a', 'b'] }.