We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I think this line in build.rs:
("http", &["guiddef", "minwinbase", "minwindef", "sspi", "winnt", "ws2def"], &["winhttp"]),
should be:
("http", &["guiddef", "minwinbase", "minwindef", "sspi", "winnt", "ws2def"], &["httpapi"]),