Skip to content

Add a new request type: MultipartRequest #23

@KPull

Description

@KPull

We need to add and support a new type of request: MultipartRequest. This is important because it is usually used by web applications to upload files to a web server.

The MultipartRequest should support:

  • addRequest: Adds an HTTP request to the multipart request. Remember that a multipart request is one big HTTP request that contains smaller "HTTP requests" within it.
  • addAttachment: A convenience function which calls addRequest above with a GeneralRequest object that sends the given file.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions