See jakarta.servlet.http.Part for full documentation

Hierarchy

  • Part

Constructors

Methods

  • Gets the content type of this part.

    Returns string

  • Returns the value of the specified mime header as a String.

    Parameters

    • name: string

    Returns string

  • Gets the header names of this Part.

    Returns string[]

  • Gets the values of the Part header with the given name.

    Parameters

    • name: string

    Returns string[]

  • Gets the content of this part as an InputStream. When using this, please wrap in a B.io.autoClose().

    Returns InputStream

  • Gets the name of this part

    Returns string

  • Returns the size of this fille.

    Returns number

  • Gets the file name specified by the client

    Returns string

Generated using TypeDoc