vibe.d icon indicating copy to clipboard operation
vibe.d copied to clipboard

sending MultiPart in http client Fix #1005

Open WebFreak001 opened this issue 7 years ago • 7 comments

this is also testing the server implementation which made me find #1875

WebFreak001 avatar Jul 25 '17 13:07 WebFreak001

@s-ludwig ping

WebFreak001 avatar Oct 31 '17 13:10 WebFreak001

@s-ludwig pong

WebFreak001 avatar Feb 08 '18 20:02 WebFreak001

@s-ludwig bump... I need this yet again...

WebFreak001 avatar Jun 25 '19 14:06 WebFreak001

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...

WebFreak001 avatar Jun 26 '19 14:06 WebFreak001

ping

WebFreak001 avatar Oct 07 '19 15:10 WebFreak001

Any plans on merging this? @s-ludwig

vitalka200 avatar Dec 10 '19 13:12 vitalka200

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

WebFreak001 avatar Apr 18 '20 19:04 WebFreak001