Skip to content

Uploading multipart/form-data with Boundary #199

Description

@unbalancedparentheses

I couldn't find a way of uploading a multipart/form-data file that has a particular Boundary.

In curl I would do:
curl -vX POST http://localhost:4000/images -u 13:13 -H "Content-Type: multipart/form-data; Boundary=---XXX---" --data-binary @multipart

Is this supported by httpie?

Thanks in advance

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