jonmorehouse / gatekeeper

a pluggable http routing runtime
12 stars 1 forks source link

UpstreamRequester - support protocol matching #16

Closed jonmorehouse closed 8 years ago

jonmorehouse commented 8 years ago

Right now, UpstreamRequester is pretty naive; it simply returns an upstream matching the protocol. In future generations, we should actually verify the upstream supports the correct protocol as well.