std.socket replacement
    tired_eyes via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sun Nov 29 00:56:29 PST 2015
    
    
  
I was a bit surprised to see that std.socket is deprecated as of 
2.069. Just curious, what's wrong with it? And what should I use 
as a replacement? I know there is vibe.socket, but I don't want 
to include fullstack web framework as a dependency just to make 
some HTTP reqests.
I also don't see any proposed replacements in a review queue. 
Will std.socket and std.socketstream be just thrown away?
    
    
More information about the Digitalmars-d-learn
mailing list