Skip to content

Windows proxies/certificates using WinHTTP #97

@WebFreak001

Description

@WebFreak001

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions