Skip to content

Commit

Permalink
Merge branch '6.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Feb 19, 2025
2 parents 24cafbb + ed3fd12 commit e34899c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,15 @@ open class MockHttpServletRequestDsl(private val builder: AbstractMockHttpServle
var queryParams: MultiValueMap<String, String>? = null

/**
* @since 6.2.3
* @see [MockHttpServletRequestBuilder.formField]
*/
fun formField(name: String, vararg values: String) {
builder.formField(name, *values)
}

/**
* @since 6.2.3
* @see [MockHttpServletRequestBuilder.formFields]
*/
var formFields: MultiValueMap<String, String>? = null
Expand Down

0 comments on commit e34899c

Please sign in to comment.