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

Request Body is always <none> in Content-Type: multipart/form-data; #38

Closed
adamhongmy opened this issue Jul 4, 2017 · 3 comments
Closed

Comments

@adamhongmy
Copy link

├─ Headers
│ Content-Type: multipart/form-data; boundary=----------V2ymHFg03ehbqgZCaKO6jy
│ User-Agent: apps;iOS;10.3;1.0;75F64A34-78C9-4D27-8C5D-6FDA9FCEE1D6;Apple;Simulator
│ Content-Length: 2157
├─ Body

@akashivskyy
Copy link
Collaborator

(Sorry for a late response, I totally missed the notification on this issue).

ResponseDetective doesn't support multipart/form-data requests. They are very complex and may contain multiple segments with multiple content-types which makes them particularly hard to implement correctly.

That being said, the support for multipart/form-data will be a point of focus in the next major release, that is 2.0.

@adamhongmy
Copy link
Author

Oh I see. Well I hope you able to implement it in version 2. :D cheers

@akashivskyy
Copy link
Collaborator

This will be tracked by #39 – you can subscribe for updates under that issue. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants