simple-kotlin-multipart
1.0.0indexedFacilitates handling of multipart content type in HTTP, offering a main class for multipart representation and a default encoder/decoder for transformations.
0
Stars
—
Used by
dependents
—
Health
/ 100
Facilitates handling of multipart content type in HTTP, offering a main class for multipart representation and a default encoder/decoder for transformations.
Small library for working with multipart content type in http protocol
<dependency>
<groupId>io.github.edmondantes</groupId>
<artifactId>simple-kotlin-multipart</artifactId>
<version>${simple_library_version}</version>
</dependency>
implementation("io.github.edmondantes:simple-kotlin-multipart:${simple_library_version}")
implementation "io.github.edmondantes:simple-kotlin-multipart:${simple_library_version}"
Class io.github.edmondantesx.multipart.Multipart is main representation of multipart content type.
For transformation this class you can use io.github.edmondantes.multipart.impl.DefaultMultipartEncoderDecoder
Surfaced from shared tags and platforms — no rankings paid for.