Skip to content

can not register query parameter about multipart request #12

@lcomment

Description

@lcomment

Describe the feature you request

can not register query parameter about multipart request

documentation("junit-multipart-post-function") {
            multipart(HttpMethod.POST, "/example")

            requestParameter {
                queryParameter("message", "Message", "example")
            }

            requestPart {
                part("images", "Images", image1)
                part("images", "Images", image2)
            }
        }
}
Query parameters with the following names were not found in the request: [message]

(Optional): Suggest A Solution

If you have a good idea, suggest it!

If approved, would you be solving?

Yes / No

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions