Package | Description |
---|---|
ratpack.groovy.test.handling | |
ratpack.test.handling | |
ratpack.test.http |
Modifier and Type | Method and Description |
---|---|
MultipartFormSpec |
GroovyRequestFixture.form()
A specification of a multipart form (see RFC2388)
|
Modifier and Type | Method and Description |
---|---|
MultipartFormSpec |
RequestFixture.form()
A specification of a multipart form (see RFC2388)
|
Modifier and Type | Method and Description |
---|---|
MultipartFormSpec |
MultipartFileSpec.add()
Add the file to the parent multipart form
|
MultipartFormSpec |
MultipartFormSpec.field(java.lang.String name,
java.lang.String value)
Add a field to the multipart form
|