-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working