libnghttp2-sys 0.1.13+1.68.1

FFI bindings for libnghttp2 (nghttp2)
Documentation
1
2
3
4
5
6
function FindProxyForURL(url, host) {
  // For SPDY proxy
  return "HTTPS localhost:3000";
  // For conventional HTTP proxy
  // return "PROXY localhost:3000";
}