Package io.micronaut.http.multipart


@NullMarked package io.micronaut.http.multipart
HTTP multipart requests and file upload.
Since:
1.0
Author:
Graeme Rocher
  • Class
    Description
    A form field that is not a file upload.
    Represents a completed part of a multipart request.
    Represents a completed part of a multipart request.
    Form field metadata provided by a client.
    Exception thrown during multipart handling.
    Represents a chunk of data belonging to a part of a multipart request.
    A raw, streamed form field.
    A form file upload that is being streamed to the server.