By default Go HTTP client has an known issue of "[Unable to override request Host value](https://github.com/golang/go/issues/7682)" without workaround. Add built-in support for `Host` override, so that resty users doesn't need a Hook #154.