vibe.d
vibe.d copied to clipboard
sending MultiPart in http client Fix #1005
this is also testing the server implementation which made me find #1875
@s-ludwig ping
@s-ludwig pong
@s-ludwig bump... I need this yet again...
is there any way to check if the proxy is a subclass of something else? Before it was simply casting and checking if it was null but now it seems to be overly complicated without triggering assert errors...
ping
Any plans on merging this? @s-ludwig
bump @s-ludwig
- improved API
- documented everything!
- moved into vibe.inet (because this is a MIME RFC which also applies to mails)
- no longer using my emplace hack which probably broke everything before just because I was too lazy to understand the new vibe-core code, but now instead using proper code
- no internal proxy reading hacks anymore, instead stores the length along with MultiPart
- fixed unittest to actually run