Multipart forms

Installation (Gradle)

dependencies {
    implementation(platform("org.http4k:http4k-bom:5.8.1.0"))
    implementation("org.http4k:http4k-multipart")
}

About

Multipart form support for fields and files, including a set of lens extensions for fields/files.

See the how-to guides for example use.