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
Hello, swaggest/openapi-go library does not provide any request decoding facilities, could you clarify your use case? How do you decode request and how openapi-go is related?
Describe the bug
Content-Type: multipart/form-data; boundary=SOME-BOUNDARY
would fail to parse when request tag contain
formData
andjson
To Reproduce
create a request struct with
formData
andjson
send request with content type
multipart/form-data
withboundary
would give Response
Expected behavior
Data decoded successfully without error
Additional context
problem seems to came from
function checkJSONBodyContentType
The text was updated successfully, but these errors were encountered: