Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new request type: MultipartRequest #23

Open
KPull opened this issue Sep 7, 2016 · 0 comments
Open

Add a new request type: MultipartRequest #23

KPull opened this issue Sep 7, 2016 · 0 comments
Milestone

Comments

@KPull
Copy link
Member

KPull commented Sep 7, 2016

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.
@KPull KPull added this to the 0.3-BETA milestone Sep 7, 2016
@KPull KPull modified the milestones: 0.3-BETA, 0.4-BETA Nov 6, 2016
@KPull KPull modified the milestones: 0.4-BETA, 0.5-BETA Dec 8, 2016
@KPull KPull modified the milestones: 0.5-BETA, 0.6-BETA Jan 3, 2017
@KPull KPull modified the milestones: 0.6-BETA, 1.0 Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant