Add application/x-www-form-urlencoded
OAS style serialization support
#226
Labels
Type: enhancement
New feature or request.
Description
According to OpenAPI 3.x specification, it's possible to specify the
style
for parts ofapplication/x-www-form-urlencoded
body viaEncodingObject.style
Steps to reproduce
Pass the
my-schema.yaml
(see below) to theoas2har
as follows:my-schema.yaml
Actual result
application/x-www-form-urlencoded
form data in HAR entrypostData
is produced as follows:Expected result
The text was updated successfully, but these errors were encountered: