Skip to content

multipart test utilities #2808

Open
Open
@robjtede

Description

@robjtede

As for multipart testing api it should be something like

req.set_multipart(vec![
  MultipartField::String("someField", "value whatever here")
]);

or just a MultipartForm object which is kind of like a map that you pass into set_multipart which sets all the required headers

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-webproject: actix-webC-featureCategory: new functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions