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

HTTPClientRequest.writePart() is not implemented #1005

Open
GeorgeSapkin opened this issue Mar 9, 2015 · 0 comments
Open

HTTPClientRequest.writePart() is not implemented #1005

GeorgeSapkin opened this issue Mar 9, 2015 · 0 comments
Labels

Comments

@GeorgeSapkin
Copy link
Contributor

Currently it looks like this:

void writePart(MultiPart part)
{
    assert(false, "TODO");
}

So it is apparently not possible to easily write multipart form data.

@s-ludwig s-ludwig added the http label Jul 5, 2017
WebFreak001 added a commit to WebFreak001/vibe.d that referenced this issue Jul 25, 2017
WebFreak001 added a commit to WebFreak001/vibe.d that referenced this issue Jul 25, 2017
WebFreak001 added a commit to WebFreak001/vibe.d that referenced this issue Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants