mamantoha / http_proxy

A HTTP Proxy server and client written in Crystal
MIT License
39 stars 6 forks source link

Update to work with Crystal 0.30.0 #15

Closed watzon closed 5 years ago

watzon commented 5 years ago

There are some changes that have been made since 0.27.0 that keep this from working correctly, including the changing of HTTP::Handler::Proc to HTTP::Handler::HandlerProc

mamantoha commented 5 years ago

Thanks, @watzon.

Closed via https://github.com/mamantoha/http_proxy/pull/16