codegangsta / gin

Live reload utility for Go web servers
MIT License
4.23k stars 316 forks source link

add buildArgs flag #105

Closed jgillich closed 7 years ago

jgillich commented 7 years ago

Sets additional go build arguments.

jgillich commented 7 years ago

Also added a commit that adds TLS support. The intention was to get HTTP 2.0, which unfortunately isn't supported in the proxy yet, but it should still come in handy in the future

ibash commented 7 years ago

Thanks @jgillich!

jgillich commented 7 years ago

Thanks for merging :)

I wonder, would you be fine with replacing the httputil proxy with something else that has HTTP2 support? I use jspm on the frontend which does many many requests per page, HTTP2 helps a lot there.