All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.core.multipartExt.kt Maven / Gradle / Ivy

There is a newer version: 5.41.0.0
Show newest version
package org.http4k.core

import org.http4k.lens.MultipartForm

fun MultipartForm.with(vararg modifiers: (MultipartForm) -> MultipartForm) = modifiers.fold(this) { memo, next -> next(memo) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy