org.http4k.multipart.PartMetaData.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4k-multipart Show documentation
Show all versions of http4k-multipart Show documentation
Http4k multipart form support
package org.http4k.multipart
internal abstract class PartMetaData(val fieldName: String?, val isFormField: Boolean, val contentType: String?, val fileName: String?, val headers: Map)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy