gecko0307 / dlib

Allocators, I/O streams, math, geometry, image and audio processing for D
https://gecko0307.github.io/dlib
Boost Software License 1.0
217 stars 34 forks source link

HTTP client #160

Open ghost opened 5 years ago

ghost commented 5 years ago

Other projects offer URL parsing and HTTP client:

but it seems Dlib does not:

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

is that the case or am I missing it?

gecko0307 commented 5 years ago

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