icyleaf / halite

💎HTTP Requests Client with a chainable REST API, built-in sessions and middlewares.
MIT License
170 stars 13 forks source link

Confict with exception_page #39

Closed icyleaf closed 6 years ago

icyleaf commented 6 years ago

In Halite, it overwrites HTTP::Params.to_h method, so it will confict with other shard which use it.

in lib/exception_page/src/exception_page.cr:39: instance variable '@headers' of ExceptionPage must be Hash(String, Array(String)), not Hash(String, Array(String) | String)

    @headers = context.response.headers.to_h
    ^~
icyleaf commented 6 years ago

fixes and released v0.7.2