dlib icon indicating copy to clipboard operation
dlib copied to clipboard

HTTP client

Open ghost opened this issue 6 years ago • 1 comments

Other projects offer URL parsing and HTTP client:

  • https://github.com/adamdruppe/arsd
  • https://github.com/ikod/dlang-requests
  • https://github.com/vibe-d/vibe.d

but it seems Dlib does not:

https://github.com/gecko0307/dlib/tree/master/dlib/network

is that the case or am I missing it?

ghost avatar Jun 13 '19 00:06 ghost

Yes, dlib doesn't have built-in http yet, would be nice to have it.

gecko0307 avatar Jun 13 '19 12:06 gecko0307