Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Java - Deprecated API #27

@farxinu

Description

@farxinu

The Java API makes use of the MultipartEntity class and FileBody class--however, in the newer versions of the http API, these classes are deprecated. While they still compile and seem to work, they really don't--like the FileBody(File, String) constructor creates a FileBody with null components. It would be good to update this class to make use of MultipartEntityBuilder and HttpEntity so that it works correctly with 4.3 and up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions