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

main.io.github.smiley4.ktorswaggerui.data.OpenApiMultipartPartData.kt Maven / Gradle / Ivy

The newest version!
package io.github.smiley4.ktorswaggerui.data

import io.ktor.http.ContentType

/**
 * Information about a part of a multipart request or response body.
 */
data class OpenApiMultipartPartData(
    val name: String,
    val type: TypeDescriptor,
    val mediaTypes: Set,
    val headers: Map,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy