-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Maybe dlang-requests should additionally wrap WinHTTP on Windows for not needing any dependencies like SSL.
It can take the system proxy (if http_proxy is not set) and has a lot of additional internal capabilities like kerberos authentication which I think would be pretty cool to have. Also it's recognized for example by anti-virus tools and other utilities to have all HTTP requests tracked using a central API. I think there could be a good wrapper around it in the library.
It would be cool if it would be compatible with vibe.d tasks using the async methods which integrate in the rest of Win32 events.
https://docs.microsoft.com/en-us/windows/desktop/WinHttp/about-winhttp
Metadata
Metadata
Assignees
Labels
No labels